diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-12-24 12:22:33 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-12-24 12:22:33 -0800 |
commit | af341580b385050f04950982b1dce1b9cd25df56 (patch) | |
tree | 3c2b8ca44f1792fc50df6c4c9f1989a0a3ccc7ac | |
parent | c0d7b740ff8c25d8280d62991293f969bf9567a3 (diff) | |
download | fatcat-af341580b385050f04950982b1dce1b9cd25df56.tar.gz fatcat-af341580b385050f04950982b1dce1b9cd25df56.zip |
rust openapi lib: bump version to v0.3.3
-rw-r--r-- | rust/fatcat-openapi/Cargo.toml | 2 |
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." |