diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-17 14:47:44 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-17 16:16:25 -0800 |
commit | d971abdffdc5c9eed0e8493526747e028bcaf15f (patch) | |
tree | 5f241def832a76d915abc4f6ede06663cc1c93cc /rust/fatcat-openapi/README.md | |
parent | 5ccff36598b67389d1e1e0275b056e618ab28ae1 (diff) | |
download | fatcat-d971abdffdc5c9eed0e8493526747e028bcaf15f.tar.gz fatcat-d971abdffdc5c9eed0e8493526747e028bcaf15f.zip |
codegen rust code for content_scope
Diffstat (limited to 'rust/fatcat-openapi/README.md')
-rw-r--r-- | rust/fatcat-openapi/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rust/fatcat-openapi/README.md b/rust/fatcat-openapi/README.md index 327fe3a8..d9c1cbc1 100644 --- a/rust/fatcat-openapi/README.md +++ b/rust/fatcat-openapi/README.md @@ -12,8 +12,8 @@ To see how to make this your own, look here: [README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md) -- API version: 0.4.0 -- Build date: 2021-10-12T23:51:46.767Z +- API version: 0.4.1 +- Build date: 2021-11-17T22:18:19.232Z For more information, please visit [https://fatcat.wiki](https://fatcat.wiki) This autogenerated project defines an API crate `fatcat` which contains: @@ -172,7 +172,7 @@ The server example is designed to form the basis for implementing your own serve * Set up a new Rust project, e.g., with `cargo init --bin`. * Insert `fatcat` into the `members` array under [workspace] in the root `Cargo.toml`, e.g., `members = [ "fatcat" ]`. -* Add `fatcat = {version = "0.4.0", path = "fatcat"}` under `[dependencies]` in the root `Cargo.toml`. +* Add `fatcat = {version = "0.4.1", path = "fatcat"}` under `[dependencies]` in the root `Cargo.toml`. * Copy the `[dependencies]` and `[dev-dependencies]` from `fatcat/Cargo.toml` into the root `Cargo.toml`'s `[dependencies]` section. * Copy all of the `[dev-dependencies]`, but only the `[dependencies]` that are required by the example server. These should be clearly indicated by comments. * Remove `"optional = true"` from each of these lines if present. |