Skip to content

Commit b4dc08b

Browse files
Merge pull request #332 from anonyome/gm/loosen-time-dep
Loosen time dependency patch version constraint
2 parents 59c4318 + 34ada55 commit b4dc08b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libindy_vdr/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,13 @@ serde_json = "1.0"
5757
sha2 = "0.10"
5858
sha3 = "0.10"
5959
thiserror = "1.0"
60-
time = { version = "=0.3.36", features = ["parsing"] }
60+
time = { version = "0.3.36", features = ["parsing"] }
6161
url = "2.2.2"
6262
zmq = "0.9"
6363
sled = "0.34.7"
6464

6565
[dev-dependencies]
6666
rstest = "0.18"
67-
time = "0.3"
6867
indy-data-types = { version = "0.7", default-features = false, features = [
6968
"rich_schema",
7069
] }

0 commit comments

Comments
 (0)