aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-11-17 14:49:11 -0800
committerBryan Newbold <bnewbold@robocracy.org>2021-11-17 16:16:25 -0800
commita0dd2fe16287328101e9ebb0e94f65709318b252 (patch)
tree0f37ee43143820775eff6687cafdeeb2d2913eaa
parent7f3d8e3d3d9aa36c859fc808464f1eee53e9e897 (diff)
downloadfatcat-a0dd2fe16287328101e9ebb0e94f65709318b252.tar.gz
fatcat-a0dd2fe16287328101e9ebb0e94f65709318b252.zip
rust: bump crate version and lockfile
-rw-r--r--rust/Cargo.lock4
-rw-r--r--rust/Cargo.toml2
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"