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 4f301c9 commit e5afa0dCopy full SHA for e5afa0d
Cargo.toml
@@ -27,7 +27,7 @@ nom = "5"
27
mysql_common = "0.22"
28
byteorder = "1"
29
chrono = "0.4"
30
-time = "=0.2.7"
+time = "0.2.25"
31
32
[dev-dependencies]
33
postgres = "0.15"
azure-pipelines.yml
@@ -1,10 +1,8 @@
1
jobs:
2
- - template: default.yml@templates
3
- parameters:
4
- minrust: 1.39.0 # bytes
5
- # re-enable coverage when we're on a newer version of time:
6
- # https://github.com/time-rs/time/pull/265
7
- # codecov_token: $(CODECOV_TOKEN_SECRET)
+ - template: default.yml@templates
+ parameters:
+ minrust: 1.42
+ codecov_token: $(CODECOV_TOKEN_SECRET)
8
9
resources:
10
repositories:
0 commit comments