From d1d04396c7a995eaf1129b123644bc52b14a73ac Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 21 May 2019 11:39:54 -0700 Subject: codegen version bump Wow, a surprisingly large commit! --- rust/fatcat-api-spec/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rust/fatcat-api-spec/README.md') diff --git a/rust/fatcat-api-spec/README.md b/rust/fatcat-api-spec/README.md index 586246d6..b175a762 100644 --- a/rust/fatcat-api-spec/README.md +++ b/rust/fatcat-api-spec/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.2.0 -- Build date: 2019-05-21T01:52:14.169Z +- API version: 0.3.0 +- Build date: 2019-05-21T18:36:07.221Z This autogenerated project defines an API crate `fatcat` which contains: * An `Api` trait defining the API in Rust. @@ -169,7 +169,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.2.0", path = "fatcat"}` under `[dependencies]` in the root `Cargo.toml`. +* Add `fatcat = {version = "0.3.0", 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. -- cgit v1.2.3