Skip to content

Commit

Permalink
Merge pull request #332 from anonyome/gm/loosen-time-dep
Browse files Browse the repository at this point in the history
Loosen time dependency patch version constraint
  • Loading branch information
andrewwhitehead authored Oct 1, 2024
2 parents 59c4318 + 34ada55 commit b4dc08b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libindy_vdr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,13 @@ serde_json = "1.0"
sha2 = "0.10"
sha3 = "0.10"
thiserror = "1.0"
time = { version = "=0.3.36", features = ["parsing"] }
time = { version = "0.3.36", features = ["parsing"] }
url = "2.2.2"
zmq = "0.9"
sled = "0.34.7"

[dev-dependencies]
rstest = "0.18"
time = "0.3"
indy-data-types = { version = "0.7", default-features = false, features = [
"rich_schema",
] }

0 comments on commit b4dc08b

Please sign in to comment.