aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat-openapi/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-11-17 17:40:36 -0800
committerBryan Newbold <bnewbold@archive.org>2021-11-19 17:57:25 -0800
commit1dd7fede5c8fb44a7819a25c74144ad0eff78627 (patch)
tree04ed66c6fd57e3b08d3b9bde25a71d52ca49bcce /fatcat-openapi/Cargo.toml
parent5c79b82211612c075f0c9916099f176fc65d0fe4 (diff)
downloadfatcat-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.toml2
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."