aboutsummaryrefslogtreecommitdiffstats
path: root/rust/fatcat-openapi/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-11-17 14:47:44 -0800
committerBryan Newbold <bnewbold@robocracy.org>2021-11-17 16:16:25 -0800
commitd971abdffdc5c9eed0e8493526747e028bcaf15f (patch)
tree5f241def832a76d915abc4f6ede06663cc1c93cc /rust/fatcat-openapi/Cargo.toml
parent5ccff36598b67389d1e1e0275b056e618ab28ae1 (diff)
downloadfatcat-d971abdffdc5c9eed0e8493526747e028bcaf15f.tar.gz
fatcat-d971abdffdc5c9eed0e8493526747e028bcaf15f.zip
codegen rust code for content_scope
Diffstat (limited to 'rust/fatcat-openapi/Cargo.toml')
-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 7f417242..b748da13 100644
--- a/rust/fatcat-openapi/Cargo.toml
+++ b/rust/fatcat-openapi/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fatcat-openapi"
-version = "0.4.0"
+version = "0.4.1"
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."