Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Dec 27, 2024
1 parent 79ba3cf commit 306d390
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 3 additions & 1 deletion Cargo.lock

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

12 changes: 8 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@ repository = "https://github.com/denoland/deno_path_util"
[dependencies]
percent-encoding = "2.3.0"
thiserror = "2"
sys_traits = "0.1.0-alpha.4"
sys_traits.workspace = true
deno_error = "0.5.2"
url = "2.5.1"

[dev-dependencies]
pretty_assertions = "1.4.0"
sys_traits = { version = "0.1.0-alpha.5", features = ["memory"] }
sys_traits = { workspace = true, features = ["memory"] }

[workspace]
members = ["."]

[workspace.dependencies]
sys_traits = "0.1.0"

[patch.crates-io]
sys_traits = { path = "../sys_traits" }

0 comments on commit 306d390

Please sign in to comment.