From d4351119368184a32f07bb197d923a87bab4552b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 12 Oct 2021 16:46:23 -0700 Subject: bump rust code version to v0.4.0 --- rust/Cargo.lock | 8 +++++--- rust/Cargo.toml | 2 +- rust/fatcat-openapi/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) (limited to 'rust') diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 3730657a..716f2b6b 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.14.0" @@ -605,7 +607,7 @@ dependencies = [ [[package]] name = "fatcat" -version = "0.3.3" +version = "0.4.0" dependencies = [ "cadence", "chrono 0.4.6", @@ -627,7 +629,7 @@ dependencies = [ "log 0.3.9", "macaroon", "num_cpus", - "rand 0.6.5", + "rand 0.3.23", "regex 1.4.2", "sentry", "serde 1.0.117", @@ -646,7 +648,7 @@ dependencies = [ [[package]] name = "fatcat-openapi" -version = "0.3.3" +version = "0.4.0" dependencies = [ "bodyparser", "chrono 0.4.6", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 270ab09a..e2ce5e41 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fatcat" -version = "0.3.3" +version = "0.4.0" edition = "2018" authors = ["Bryan Newbold "] description = "A scalable, versioned, API-oriented catalog for bibliographic entities and file metadata" diff --git a/rust/fatcat-openapi/Cargo.toml b/rust/fatcat-openapi/Cargo.toml index 20256315..7f417242 100644 --- a/rust/fatcat-openapi/Cargo.toml +++ b/rust/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 "] 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." -- cgit v1.2.3