Skip to content

Commit 3fc3e25

Browse files
committed
v0.18.0
1 parent 431e0d6 commit 3fc3e25

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.18.0
2+
3+
- Removed unnecessary generic from `BufferObject::map`/`BufferObject::map_mut`
4+
15
## 0.17.0
26

37
- `Surface`/`BufferObject` now take strong references to the underlying `gbm_device`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "libgbm bindings for rust"
44
license = "MIT"
55
documentation = "https://docs.rs/gbm"
66
repository = "https://github.com/Smithay/gbm.rs"
7-
version = "0.17.0"
7+
version = "0.18.0"
88
keywords = ["wayland", "gbm", "drm", "bindings"]
99
categories = ["external-ffi-bindings"]
1010
authors = ["Victoria Brekenfeld <[email protected]>"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ provided through the `drm-support` feature.
1616
Add to your Cargo.toml
1717

1818
```toml
19-
gbm = "0.17.0"
19+
gbm = "0.18.0"
2020
```
2121

2222
## Example

0 commit comments

Comments
 (0)