Skip to content

Commit 31b9d09

Browse files
committed
Remove unneeded Rust dependencies
1 parent d9eb323 commit 31b9d09

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

src/main/rust/Cargo.lock

Lines changed: 2 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/rust/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@ fsevent-sys = { git = "https://github.com/octplane/fsevent-rust.git", rev= "refs
1717
core-foundation = "0.10.1"
1818
# we need this specific version of dispatch2, that still exposes the native type
1919
dispatch2 = { version = "0.2.0", default-features = false, features = ["alloc"] }
20-
bitflags = "2.9.1" # unsure if we need bitflags
2120
jni = "0.21.1"
22-
crossbeam-channel = "0.5.15" # more extensive channel api than build in

0 commit comments

Comments
 (0)