Skip to content

Commit

Permalink
Use customize java-properties to get rid of regex dep
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Jul 26, 2024
1 parent f378b82 commit f800751
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 42 deletions.
43 changes: 2 additions & 41 deletions userspace/ksud/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 userspace/ksud/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ zip = { version = "2.1.5", features = [
"xz",
], default-features = false }
zip-extensions = "0.8"
java-properties = "2"
java-properties = { git = "https://github.com/Kernel-SU/java-properties.git", branch = "master", default-features = false }
log = "0.4"
env_logger = { version = "0.11", default-features = false }
serde = { version = "1" }
Expand Down

0 comments on commit f800751

Please sign in to comment.