aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Cargo.toml
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 /rust/Cargo.toml
parent7f3d8e3d3d9aa36c859fc808464f1eee53e9e897 (diff)
downloadfatcat-a0dd2fe16287328101e9ebb0e94f65709318b252.tar.gz
fatcat-a0dd2fe16287328101e9ebb0e94f65709318b252.zip
rust: bump crate version and lockfile
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"