Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
b-gehrke committed Sep 11, 2024
1 parent 516b24b commit 346505b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ version = "0.21"
features = ["abi3-py37", "extension-module", "experimental-inspect", "multiple-pymethods"]

[dependencies]
horned-owl = {git = "https://github.com/b-gehrke/horned-owl.git", branch = "feature/iter_method_from_set_index"}
horned-bin = {git = "https://github.com/b-gehrke/horned-owl.git", branch = "feature/iter_method_from_set_index"}
horned-owl = {git = "https://github.com/b-gehrke/horned-owl.git", branch = "feature/iter_method_for_set_index"}
horned-bin = {git = "https://github.com/b-gehrke/horned-owl.git", branch = "feature/iter_method_for_set_index"}
# horned-owl = {path = "../horned-owl"}
# horned-bin = {path = "../horned-owl/horned-bin"}
curie = "0.1.2"
Expand Down

0 comments on commit 346505b

Please sign in to comment.