aboutsummaryrefslogtreecommitdiffstats
path: root/rust/fatcat-openapi
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-10-12 16:46:23 -0700
committerBryan Newbold <bnewbold@robocracy.org>2021-10-13 16:21:30 -0700
commitd4351119368184a32f07bb197d923a87bab4552b (patch)
tree97d97d77ac1ae40c9f01d3b82496f8be3101c038 /rust/fatcat-openapi
parent3a45076685471b969596ef5b58823ce8074224c6 (diff)
downloadfatcat-d4351119368184a32f07bb197d923a87bab4552b.tar.gz
fatcat-d4351119368184a32f07bb197d923a87bab4552b.zip
bump rust code version to v0.4.0
Diffstat (limited to 'rust/fatcat-openapi')
-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 20256315..7f417242 100644
--- a/rust/fatcat-openapi/Cargo.toml
+++ b/rust/fatcat-openapi/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fatcat-openapi"
-version = "0.3.3"
+version = "0.4.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."