Skip to content

Commit e5afa0d

Browse files
authored
fixing time dependency (jonhoo#16)
1 parent 4f301c9 commit e5afa0d

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ nom = "5"
2727
mysql_common = "0.22"
2828
byteorder = "1"
2929
chrono = "0.4"
30-
time = "=0.2.7"
30+
time = "0.2.25"
3131

3232
[dev-dependencies]
3333
postgres = "0.15"

azure-pipelines.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
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)
2+
- template: default.yml@templates
3+
parameters:
4+
minrust: 1.42
5+
codecov_token: $(CODECOV_TOKEN_SECRET)
86

97
resources:
108
repositories:

0 commit comments

Comments
 (0)