diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-11-17 17:40:36 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-11-19 17:57:25 -0800 |
commit | 1dd7fede5c8fb44a7819a25c74144ad0eff78627 (patch) | |
tree | 04ed66c6fd57e3b08d3b9bde25a71d52ca49bcce /fatcat-openapi/Cargo.toml | |
parent | 5c79b82211612c075f0c9916099f176fc65d0fe4 (diff) | |
download | fatcat-cli-1dd7fede5c8fb44a7819a25c74144ad0eff78627.tar.gz fatcat-cli-1dd7fede5c8fb44a7819a25c74144ad0eff78627.zip |
fatcat-openapi: update with v0.5.0 schema
Diffstat (limited to 'fatcat-openapi/Cargo.toml')
-rw-r--r-- | fatcat-openapi/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat-openapi/Cargo.toml b/fatcat-openapi/Cargo.toml index 5ef0211..0595501 100644 --- a/fatcat-openapi/Cargo.toml +++ b/fatcat-openapi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fatcat-openapi" -version = "0.4.0" +version = "0.5.0" 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." |