aboutsummaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-12-24 12:22:33 -0800
committerBryan Newbold <bnewbold@robocracy.org>2020-12-24 12:22:33 -0800
commitaf341580b385050f04950982b1dce1b9cd25df56 (patch)
tree3c2b8ca44f1792fc50df6c4c9f1989a0a3ccc7ac /rust
parentc0d7b740ff8c25d8280d62991293f969bf9567a3 (diff)
downloadfatcat-af341580b385050f04950982b1dce1b9cd25df56.tar.gz
fatcat-af341580b385050f04950982b1dce1b9cd25df56.zip
rust openapi lib: bump version to v0.3.3
Diffstat (limited to 'rust')
-rw-r--r--rust/fatcat-openapi/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/fatcat-openapi/Cargo.toml b/rust/fatcat-openapi/Cargo.toml
index 54d982ba..20256315 100644
--- a/rust/fatcat-openapi/Cargo.toml
+++ b/rust/fatcat-openapi/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fatcat-openapi"
-version = "0.3.1"
+version = "0.3.3"
edition = "2018"
authors = ["Bryan Newbold <bnewbold@archive.org>"]
description = "Fatcat is an editable bibliographic database. This OpenAPI code-generated crate container HTTP API models, endpoints, and other auto-generated types useful for both client and server implementations of the catalog API."