aboutsummaryrefslogtreecommitdiffstats
path: root/rust/fatcat-openapi/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-11-17 16:55:52 -0800
committerBryan Newbold <bnewbold@robocracy.org>2021-11-17 16:55:52 -0800
commitc16ae49f7a2bc356cc55ecefc01b786178a30bc6 (patch)
tree18633177762d23973f085ef3fca1d52d07353a59 /rust/fatcat-openapi/Cargo.toml
parent574a3cacafab2f32c7371ce24ef58c95b925e596 (diff)
downloadfatcat-c16ae49f7a2bc356cc55ecefc01b786178a30bc6.tar.gz
fatcat-c16ae49f7a2bc356cc55ecefc01b786178a30bc6.zip
bump rust code to 0.5.0
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 b748da13..f532b780 100644
--- a/rust/fatcat-openapi/Cargo.toml
+++ b/rust/fatcat-openapi/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fatcat-openapi"
-version = "0.4.1"
+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."