diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-21 11:39:54 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-21 11:40:00 -0700 |
commit | d1d04396c7a995eaf1129b123644bc52b14a73ac (patch) | |
tree | aba9d7809dda8921fbf9bb8b3a32085d476a621c /rust/fatcat-api-spec/Cargo.toml | |
parent | ec8dc24b39d8e3766730e7c3f73b79721e17ef64 (diff) | |
download | fatcat-d1d04396c7a995eaf1129b123644bc52b14a73ac.tar.gz fatcat-d1d04396c7a995eaf1129b123644bc52b14a73ac.zip |
codegen version bump
Wow, a surprisingly large commit!
Diffstat (limited to 'rust/fatcat-api-spec/Cargo.toml')
-rw-r--r-- | rust/fatcat-api-spec/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/fatcat-api-spec/Cargo.toml b/rust/fatcat-api-spec/Cargo.toml index a0388d95..9d416bd9 100644 --- a/rust/fatcat-api-spec/Cargo.toml +++ b/rust/fatcat-api-spec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fatcat-api-spec" -version = "0.2.0" +version = "0.3.0" authors = ["Bryan Newbold <bnewbold@archive.org>"] description = "HTTP API models, endpoints, and other auto-generated types" license = "CC-0" |