Skip to content

Commit b144255

Browse files
committed
pin on old nightly till rust-lang/rust#73249 fixed
1 parent 2c352de commit b144255

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ tokio = { version = "0.2", features = ["rt-threaded", "rt-util"] }
5858
[dev-dependencies]
5959
either = { version = "1.5", features = ["serde"] }
6060
rand = "0.7"
61-
streaming_algorithms = { version = "0.1", path = "../streaming_algorithms" }
61+
streaming_algorithms = "0.2"
6262
tokio = { version = "0.2", features = ["macros"] }
6363

6464
[[example]]

amadeus-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ rand = "0.7"
3333
replace_with = "0.1"
3434
serde = { version = "1.0", features = ["derive"] }
3535
serde_closure = "0.2"
36-
streaming_algorithms = { version = "0.1", path = "../../streaming_algorithms" }
36+
streaming_algorithms = "0.2"
3737
sum = { version = "0.1", features = ["serde"] }
3838
walkdir = "2.2"

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
parameters:
2020
endpoint: alecmocatta
2121
default:
22-
rust_toolchain: nightly
22+
rust_toolchain: nightly-2020-06-10
2323
rust_lint_toolchain: nightly-2020-06-10
2424
rust_flags: ''
2525
rust_features: 'aws;commoncrawl;parquet;postgres;csv;json;constellation aws commoncrawl parquet postgres csv json'

0 commit comments

Comments
 (0)