We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e66fc commit 5ffaf74Copy full SHA for 5ffaf74
webrtc/Cargo.toml
@@ -48,7 +48,8 @@ hex = "0.4.3"
48
# [minimal-versions]
49
# fixes "the trait bound `time::Month: From<u8>` is not satisfied"
50
# https://github.com/est31/rcgen/pull/88
51
-time = "~0.3.1"
+# Version 0.3.14 requires Rust 1.59.0 which we don't currently support
52
+time = ">=0.3.1,<=0.3.13"
53
54
[dev-dependencies]
55
tokio-test = "0.4.0" # must match the min version of the `tokio` crate above
0 commit comments