Skip to content

Commit

Permalink
fixing time dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iporollo committed Feb 7, 2021
1 parent 4f301c9 commit ad0e3d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ nom = "5"
mysql_common = "0.22"
byteorder = "1"
chrono = "0.4"
time = "=0.2.7"
time = "0.2.25"

[dev-dependencies]
postgres = "0.15"
Expand Down
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
jobs:
- template: default.yml@templates
parameters:
minrust: 1.39.0 # bytes
# re-enable coverage when we're on a newer version of time:
# https://github.com/time-rs/time/pull/265
# codecov_token: $(CODECOV_TOKEN_SECRET)
- template: default.yml@templates
parameters:
minrust: 1.42
# re-enable coverage when we're on a newer version of time:
# https://github.com/time-rs/time/pull/265
# codecov_token: $(CODECOV_TOKEN_SECRET)

resources:
repositories:
Expand Down

0 comments on commit ad0e3d7

Please sign in to comment.