Skip to content

Commit

Permalink
fix: loosen version requirements, fix dep hell
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekindel committed Mar 12, 2023
1 parent 3e119f7 commit 8e128f0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion toad-map/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ docs = []

[dependencies]
tinyvec = {version = "1.5", default_features = false, features = ["rustc_1_55"]}
toad-len = {version = "0.1.1", default_features = false}
toad-len = {version = "^0.1.1", default_features = false}
2 changes: 1 addition & 1 deletion toad-writable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ test = []
docs = []

[dependencies]
toad-array = {version = "0.2.2", default-features = false}
toad-array = {version = "^0.2.2", default-features = false}

0 comments on commit 8e128f0

Please sign in to comment.