Skip to content

Commit 74a9bd3

Browse files
committed
v0.12.0
1 parent 695183d commit 74a9bd3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "drm"
33
description = "Safe, low-level bindings to the Direct Rendering Manager API"
44
repository = "https://github.com/Smithay/drm-rs"
5-
version = "0.11.1"
5+
version = "0.12.0"
66
license = "MIT"
77
authors = ["Tyler Slabinski <[email protected]>", "Victoria Brekenfeld <[email protected]>"]
88
exclude = [".gitignore", ".github"]
@@ -12,7 +12,7 @@ edition = "2021"
1212
[dependencies]
1313
bitflags = "2"
1414
bytemuck = { version = "1.12", features = ["extern_crate_alloc", "derive"] }
15-
drm-ffi = { path = "drm-ffi", version = "0.7.1" }
15+
drm-ffi = { path = "drm-ffi", version = "0.8.0" }
1616
drm-fourcc = "^2.2.0"
1717
rustix = { version = "0.38.22", features = ["mm", "fs"] }
1818

drm-ffi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
name = "drm-ffi"
33
description = "Safe, low-level bindings to the Direct Rendering Manager API"
44
repository = "https://github.com/Smithay/drm-rs"
5-
version = "0.7.1"
5+
version = "0.8.0"
66
license = "MIT"
77
authors = ["Tyler Slabinski <[email protected]>"]
88
rust-version = "1.65"
99
edition = "2021"
1010

1111
[dependencies]
12-
drm-sys = { path = "drm-sys", version = "0.6.1" }
12+
drm-sys = { path = "drm-sys", version = "0.7.0" }
1313
rustix = { version = "0.38.22" }
1414

1515
[features]

drm-ffi/drm-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "drm-sys"
33
description = "Bindings to the Direct Rendering Manager API"
44
repository = "https://github.com/Smithay/drm-rs"
5-
version = "0.6.1"
5+
version = "0.7.0"
66
authors = ["Tyler Slabinski <[email protected]>"]
77
license = "MIT"
88
build = "build.rs"

0 commit comments

Comments
 (0)