Skip to content

Commit

Permalink
update rustbus-service (adds freebsd support)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxVerevkin committed Mar 21, 2024
1 parent 698d6ca commit ce5cb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bytemuck = "1.13"
clap = { version = "4.0", default-features = false, features = ["std", "help", "usage", "derive"] }
libc = "0.2"
memmap2 = "0.9"
rustbus-service = { git = "https://github.com/MaxVerevkin/rustbus-service", rev = "681b783" }
rustbus-service = { git = "https://github.com/MaxVerevkin/rustbus-service", rev = "a636fa3" }
shmemfdrs2 = "1.0"
wayrs-client = "1.0"
wayrs-protocols = { version = "0.13", features = ["wlr-gamma-control-unstable-v1"] }
Expand Down

0 comments on commit ce5cb27

Please sign in to comment.