Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

Commit 2d93903

Browse files
committed
update textnonce to fix building for 0.1.5
1 parent 891f90e commit 2d93903

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,9 @@ rust-crypto = "0.2.31"
2121
rustc-serialize = "0.3"
2222
scan_fmt = "0.1.0"
2323
separator = "0.3.1"
24-
textnonce = { version = "0.3", default-features = false }
24+
textnonce = { version = "0.4", default-features = false }
2525
time = "0.1"
2626
bufstream = "0.1.1"
2727

2828
[dev-dependencies]
2929
nalgebra = "0.5"
30-
31-
[features]
32-
default = ["rust-stable"]
33-
rust-stable = ["textnonce/rust-stable"]
34-
rust-nightly = ["textnonce/rust-nightly"]

0 commit comments

Comments
 (0)