Skip to content

Commit

Permalink
Bump redox_syscall
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Obenhuber committed Mar 8, 2024
1 parent 4a5ec4c commit 0f1a717
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ keywords = ["adb", "android", "log", "logcat", "logger"]

[dependencies]
bytes = "1"
env_logger = { version = "0.10", features = [
"regex",
], default-features = false }
env_logger = { version = "0.10", features = ["regex"], default-features = false }
lazy_static = { version = "1.4", optional = true }
log = { version = "0.4", features = ["std"] }
parking_lot = "0.12"
Expand All @@ -32,7 +30,7 @@ libc = "0.2.139"
winapi = { version = "0.3.9", features = ["processthreadsapi"] }

[target.'cfg(target_os = "redox")'.dependencies]
redox_syscall = "0.3.4"
redox_syscall = "0.4.1"

[features]
default = ["lazy_static"]
Expand Down

0 comments on commit 0f1a717

Please sign in to comment.