aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-09-18 20:18:01 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-09-18 20:36:06 -0700
commitbba9af573a7e6098e4fec13892e939e395c8d62f (patch)
tree1aafa325ed1172b5c6f8cdf40a89694b67040ba8
parentf48d59b52425bda851e539bc6947391ab7d516fa (diff)
downloadfatcat-bba9af573a7e6098e4fec13892e939e395c8d62f.tar.gz
fatcat-bba9af573a7e6098e4fec13892e939e395c8d62f.zip
update fatcat-openapi crate to 2018 edition
-rw-r--r--rust/fatcat-openapi/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/fatcat-openapi/Cargo.toml b/rust/fatcat-openapi/Cargo.toml
index 8d4687c6..30cc41da 100644
--- a/rust/fatcat-openapi/Cargo.toml
+++ b/rust/fatcat-openapi/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "fatcat-openapi"
version = "0.3.1"
+edition = "2018"
authors = ["Bryan Newbold <bnewbold@archive.org>"]
description = "Fatcat is an editable bibliographic database. This OpenAPI code-generated crate container HTTP API models, endpoints, and other auto-generated types useful for both client and server implementations of the catalog API."
homepage = "https://fatcat.wiki"