diff options
Diffstat (limited to 'rust')
-rw-r--r-- | rust/Cargo.lock | 4 | ||||
-rw-r--r-- | rust/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 716f2b6b..f18e94a1 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -607,7 +607,7 @@ dependencies = [ [[package]] name = "fatcat" -version = "0.4.0" +version = "0.4.1" dependencies = [ "cadence", "chrono 0.4.6", @@ -648,7 +648,7 @@ dependencies = [ [[package]] name = "fatcat-openapi" -version = "0.4.0" +version = "0.4.1" dependencies = [ "bodyparser", "chrono 0.4.6", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index e2ce5e41..7bff5062 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fatcat" -version = "0.4.0" +version = "0.4.1" edition = "2018" authors = ["Bryan Newbold <bnewbold@archive.org>"] description = "A scalable, versioned, API-oriented catalog for bibliographic entities and file metadata" |