Skip to content

Commit

Permalink
refactor: use sys_traits
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Dec 24, 2024
1 parent ab5c236 commit 8f687a2
Show file tree
Hide file tree
Showing 4 changed files with 466 additions and 48 deletions.
266 changes: 254 additions & 12 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ repository = "https://github.com/denoland/deno_path_util"
[dependencies]
percent-encoding = "2.3.0"
thiserror = "2"
sys_traits = "0.1.0-alpha.3"
deno_error = "0.5.2"
url = { version = "2.5.1" }
url = "2.5.1"

[dev-dependencies]
pretty_assertions = "1.4.0"
Loading

0 comments on commit 8f687a2

Please sign in to comment.