autocargo v1: changes to how thrift-related generation is done to match v2

Summary: Done some reordering of fields in Cargo.toml, added test and doctest = false, name of the target that generated the Cargo.toml file and sorted the cratemap.

Reviewed By: ahornby

Differential Revision: D26581275

fbshipit-source-id: 4c363369438c72d43d8ccf4799f103ff092457cc
This commit is contained in:
Lukas Piatkowski 2021-02-23 11:35:00 -08:00 committed by Facebook GitHub Bot
parent 8853701e91
commit 279eb2b538
37 changed files with 146 additions and 122 deletions

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -22,6 +20,9 @@ fbthrift = { git = "https://github.com/facebook/fbthrift.git", branch = "master"
futures = { version = "0.3.5", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -22,6 +20,9 @@ fbthrift = { git = "https://github.com/facebook/fbthrift.git", branch = "master"
futures = { version = "0.3.5", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -22,6 +20,9 @@ fbthrift = { git = "https://github.com/facebook/fbthrift.git", branch = "master"
futures = { version = "0.3.5", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -22,6 +20,9 @@ fbthrift = { git = "https://github.com/facebook/fbthrift.git", branch = "master"
futures = { version = "0.3.5", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -22,6 +20,9 @@ fbthrift = { git = "https://github.com/facebook/fbthrift.git", branch = "master"
futures = { version = "0.3.5", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -22,6 +20,9 @@ fbthrift = { git = "https://github.com/facebook/fbthrift.git", branch = "master"
futures = { version = "0.3.5", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -22,6 +20,9 @@ fbthrift = { git = "https://github.com/facebook/fbthrift.git", branch = "master"
futures = { version = "0.3.5", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -23,6 +21,9 @@ futures = { version = "0.3.5", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
repos = { path = "../repos", version = "0.1.0" }
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -22,6 +20,9 @@ fbthrift = { git = "https://github.com/facebook/fbthrift.git", branch = "master"
futures = { version = "0.3.5", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -22,6 +20,9 @@ fbthrift = { git = "https://github.com/facebook/fbthrift.git", branch = "master"
futures = { version = "0.3.5", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -22,6 +20,9 @@ fbthrift = { git = "https://github.com/facebook/fbthrift.git", branch = "master"
futures = { version = "0.3.5", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -25,3 +23,6 @@ ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -25,3 +23,6 @@ ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -26,3 +24,6 @@ ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -27,3 +25,6 @@ ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -26,3 +24,6 @@ ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -26,3 +24,6 @@ ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -26,3 +24,6 @@ ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -27,3 +25,6 @@ ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -26,3 +24,6 @@ ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -26,3 +24,6 @@ ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -27,3 +25,6 @@ ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -11,8 +11,8 @@ fn main() {
let out_dir: &Path = out_dir.as_ref();
fs::write(
out_dir.join("cratemap"),
"microwave crate
mercurial_thrift mercurial_thrift
"mercurial_thrift mercurial_thrift
microwave crate
mononoke_types_thrift mononoke_types_thrift",
).expect("Failed to write cratemap");

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -25,3 +23,6 @@ ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -4,14 +4,12 @@ version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
include = ["thrift_lib.rs"]
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }
test = false
doctest = false
[dependencies]
anyhow = "1.0"
@ -26,3 +24,6 @@ ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0"
[build-dependencies]
thrift_compiler = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }

View File

@ -11,8 +11,8 @@ fn main() {
let out_dir: &Path = out_dir.as_ref();
fs::write(
out_dir.join("cratemap"),
"skiplist crate
mononoke_types_thrift mononoke_types_thrift",
"mononoke_types_thrift mononoke_types_thrift
skiplist crate",
).expect("Failed to write cratemap");
let conf = {

View File

@ -29,7 +29,7 @@ indicatif = { version = "0.15", features = ["with_rayon"] }
itertools = "0.8"
log = { version = "0.4.8", features = ["kv_unstable"] }
percent-encoding = "2.1"
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_cbor = "0.11"
serde_json = { version = "1.0", features = ["float_roundtrip"] }
structopt = "0.3.21"

View File

@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0"
edenapi_types = { path = "../../types" }
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_cbor = "0.11"
serde_json = { version = "1.0", features = ["float_roundtrip"] }
structopt = "0.3.21"

View File

@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0"
edenapi_types = { path = "../../types" }
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_cbor = "0.11"
sha-1 = "0.8"
structopt = "0.3.21"

View File

@ -11,7 +11,7 @@ dag-types = { path = "../../dag/dag-types", features = ["for-tests"] }
quickcheck = "0.9"
rand = { version = "0.7", features = ["small_rng"] }
revisionstore_types = { path = "../../revisionstore/types" }
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_bytes = "0.11"
serde_derive = "1.0"
serde_json = { version = "1.0", features = ["float_roundtrip"] }

View File

@ -15,7 +15,7 @@ metalog = { path = "../metalog" }
minibytes = { path = "../minibytes", features = ["frombytes"] }
parking_lot = "0.10.2"
revlogindex = { path = "../revlogindex" }
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
streams = { path = "../streams" }
thiserror = "1.0"
tracing = "0.1"

View File

@ -23,7 +23,7 @@ once_cell = "1.4"
parking_lot = "0.10.2"
pin-project = "0.4"
regex = "1.4.2"
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_cbor = "0.11"
serde_json = { version = "1.0", features = ["float_roundtrip"] }
structopt = "0.3.21"

View File

@ -36,7 +36,7 @@ quickcheck = "0.9"
rand = { version = "0.7", features = ["small_rng"] }
regex = "1.4.2"
revisionstore_types = { path = "types" }
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
serde_json = { version = "1.0", features = ["float_roundtrip"] }
sha-1 = "0.8"

View File

@ -12,7 +12,7 @@ path = "lib.rs"
anyhow = "1.0"
byteorder = "1.3"
quickcheck = "0.9"
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
[features]

View File

@ -5,6 +5,6 @@ version = "0.1.0"
edition = "2018"
[dependencies]
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_json = { version = "1.0", features = ["float_roundtrip"] }
tracing-collector = { path = "../tracing-collector" }

View File

@ -10,7 +10,7 @@ byteorder = "1.3"
lazy_static = { version = "1.0", optional = true }
quickcheck = { version = "0.9", optional = true }
rand = { version = "0.7", features = ["small_rng"], optional = true }
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_bytes = "0.11"
serde_derive = "1.0"
sha-1 = "0.8"

View File

@ -11,7 +11,7 @@ lru-cache = "0.1.2"
mincode = { path = "../mincode" }
minibytes = { path = "../minibytes", features = ["frombytes"] }
parking_lot = "0.10.2"
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
sha-1 = "0.8"
tracing = "0.1"
types = { path = "../types" }