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

Commit 8f6917f

Browse files
committed
Merge pull request #149 from Gyscos/patch-1
Forward rust-nightly feature to textnonce
2 parents 7a7901b + a96e993 commit 8f6917f

File tree

2 files changed

+58
-35
lines changed

2 files changed

+58
-35
lines changed

Cargo.lock

Lines changed: 52 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,14 @@ rust-crypto = "0.2.31"
2121
rustc-serialize = "0.3"
2222
scan_fmt = "0.1.0"
2323
separator = "0.3.1"
24-
textnonce = "0.3"
24+
textnonce = { version = "0.3", 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)