aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-10-13 17:42:59 -0700
committerBryan Newbold <bnewbold@archive.org>2021-10-13 17:42:59 -0700
commit42636381d256b4781edf81cf107813f54ca52642 (patch)
tree9030d3bc632280545888a226792933dc506e8c64
parent0a71247fb61a91c1f6d519762013c1445713a728 (diff)
downloadfatcat-cli-42636381d256b4781edf81cf107813f54ca52642.tar.gz
fatcat-cli-42636381d256b4781edf81cf107813f54ca52642.zip
update library 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 d0f12f2..5ef0211 100644
--- a/fatcat-openapi/Cargo.toml
+++ b/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."