Skip to content

Commit

Permalink
Merge pull request #95 from ontodev/wiring-dependency
Browse files Browse the repository at this point in the history
Pin `wiring_rs` to a specific commit
  • Loading branch information
jamesaoverton authored Jan 21, 2025
2 parents 76da659 + 131802c commit 1093312
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
urlencoding = "2.1.2"
url = "2.4.0"
wiring_rs = { git = "https://github.com/ontodev/wiring.rs" }
async-recursion = "1.0.2"
reqwest = { version = "0.11.14", features = ["blocking"] }
itertools = "0.10.5"
Expand All @@ -54,6 +53,10 @@ rev = "824fbd79cd5ff787d8863186ccda09d0a0b56eb2"
git = "https://github.com/ontodev/sqlrest.rs"
rev = "c063ac728d31ac4ea517fd423779d6c547639181"

[dependencies.wiring_rs]
git = "https://github.com/ontodev/wiring.rs"
rev = "caf6d2be9c0468e451f1b547a79c90442d5a0bb7"

[build-dependencies]
cc = "1.0"

Expand Down

0 comments on commit 1093312

Please sign in to comment.