summaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-05-21 11:39:54 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-05-21 11:40:00 -0700
commitd1d04396c7a995eaf1129b123644bc52b14a73ac (patch)
treeaba9d7809dda8921fbf9bb8b3a32085d476a621c /rust
parentec8dc24b39d8e3766730e7c3f73b79721e17ef64 (diff)
downloadfatcat-d1d04396c7a995eaf1129b123644bc52b14a73ac.tar.gz
fatcat-d1d04396c7a995eaf1129b123644bc52b14a73ac.zip
codegen version bump
Wow, a surprisingly large commit!
Diffstat (limited to 'rust')
-rw-r--r--rust/Cargo.lock6
-rw-r--r--rust/Cargo.toml2
-rw-r--r--rust/fatcat-api-spec/Cargo.toml2
-rw-r--r--rust/fatcat-api-spec/README.md6
-rw-r--r--rust/fatcat-api-spec/api.yaml2
-rw-r--r--rust/fatcat-api-spec/api/swagger.yaml2
6 files changed, 10 insertions, 10 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 38ca675a..dde2fc57 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -524,7 +524,7 @@ dependencies = [
[[package]]
name = "fatcat"
-version = "0.2.0"
+version = "0.3.0"
dependencies = [
"cadence 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -536,7 +536,7 @@ dependencies = [
"dotenv 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "fatcat-api-spec 0.2.0",
+ "fatcat-api-spec 0.3.0",
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)",
"iron 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -565,7 +565,7 @@ dependencies = [
[[package]]
name = "fatcat-api-spec"
-version = "0.2.0"
+version = "0.3.0"
dependencies = [
"bodyparser 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 2344bda2..eb861f9b 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fatcat"
-version = "0.2.0"
+version = "0.3.0"
edition = "2018"
authors = ["Bryan Newbold <bnewbold@archive.org>"]
description = "A scalable, versioned, API-oriented catalog for bibliographic entities and file metadata"
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"
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.
diff --git a/rust/fatcat-api-spec/api.yaml b/rust/fatcat-api-spec/api.yaml
index bac0efaa..95ef4c6b 100644
--- a/rust/fatcat-api-spec/api.yaml
+++ b/rust/fatcat-api-spec/api.yaml
@@ -4,7 +4,7 @@ info:
title: fatcat
description: A scalable, versioned, API-oriented catalog of bibliographic entities
and file metadata
- version: 0.2.0
+ version: 0.3.0
schemes: [https]
basePath: /v0
host: api.fatcat.wiki
diff --git a/rust/fatcat-api-spec/api/swagger.yaml b/rust/fatcat-api-spec/api/swagger.yaml
index e437df8f..b4c5e657 100644
--- a/rust/fatcat-api-spec/api/swagger.yaml
+++ b/rust/fatcat-api-spec/api/swagger.yaml
@@ -3,7 +3,7 @@ swagger: "2.0"
info:
description: "A scalable, versioned, API-oriented catalog of bibliographic entities\
\ and file metadata"
- version: "0.2.0"
+ version: "0.3.0"
title: "fatcat"
host: "api.fatcat.wiki"
basePath: "/v0"