diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-18 17:48:56 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-18 17:48:56 -0700 |
commit | edc000220baee1f91811345aba87bdab2d259c61 (patch) | |
tree | 63aa10810022cef6966ed3a436b4f5473004ff51 /rust/fatcat-openapi/Cargo.toml | |
parent | de723a0815f35e1003f892a469bdf9f6b74d77af (diff) | |
download | fatcat-edc000220baee1f91811345aba87bdab2d259c61.tar.gz fatcat-edc000220baee1f91811345aba87bdab2d259c61.zip |
codegen rust v0.3.1
Diffstat (limited to 'rust/fatcat-openapi/Cargo.toml')
-rw-r--r-- | rust/fatcat-openapi/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/fatcat-openapi/Cargo.toml b/rust/fatcat-openapi/Cargo.toml index 835b9a8b..a07b1424 100644 --- a/rust/fatcat-openapi/Cargo.toml +++ b/rust/fatcat-openapi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fatcat-openapi" -version = "0.3.0" +version = "0.3.1" authors = ["Bryan Newbold <bnewbold@archive.org>"] description = "HTTP API models, endpoints, and other auto-generated types" license = "CC-0" |