diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-18 17:50:45 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-18 18:42:21 -0700 |
commit | 9d1e2ef1c1682f49ce666a012fad70d50cb4f376 (patch) | |
tree | e773ee567d507739f92b4c2d6d4362e752746e60 /rust/Cargo.toml | |
parent | a8fec1c8d34292d0ea74690d545db519c1ee8be6 (diff) | |
download | fatcat-9d1e2ef1c1682f49ce666a012fad70d50cb4f376.tar.gz fatcat-9d1e2ef1c1682f49ce666a012fad70d50cb4f376.zip |
rust impl token endpoint (and bump crate version)
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r-- | rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index e590ca20..2d7d011b 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fatcat" -version = "0.3.0" +version = "0.3.1" edition = "2018" authors = ["Bryan Newbold <bnewbold@archive.org>"] description = "A scalable, versioned, API-oriented catalog for bibliographic entities and file metadata" |