Skip to content

Commit 5ffaf74

Browse files
Lock time to 0.3.13 (#266)
1 parent 45e66fc commit 5ffaf74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webrtc/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ hex = "0.4.3"
4848
# [minimal-versions]
4949
# fixes "the trait bound `time::Month: From<u8>` is not satisfied"
5050
# https://github.com/est31/rcgen/pull/88
51-
time = "~0.3.1"
51+
# Version 0.3.14 requires Rust 1.59.0 which we don't currently support
52+
time = ">=0.3.1,<=0.3.13"
5253

5354
[dev-dependencies]
5455
tokio-test = "0.4.0" # must match the min version of the `tokio` crate above

0 commit comments

Comments
 (0)