We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468ff4b commit df76770Copy full SHA for df76770
granite/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "granite-rs"
3
-version = "1.3.0"
+version = "1.4.0"
4
edition = "2021"
5
authors = ["David Hewitt <davidmhewitt@gmail.com>"]
6
readme = "../README.md"
@@ -30,7 +30,7 @@ libc = "0.2"
30
bitflags = "2.2"
31
once_cell = "1.17"
32
relm4 = { version = "0.9", optional = true }
33
-granite-rs-sys = { path = "./sys", version = "0.4.0" }
+granite-rs-sys = { path = "./sys", version = "0.5.0" }
34
35
[dependencies.glib]
36
version = "0.20"
granite/sys/Cargo.toml
name = "granite-rs-sys"
-version = "0.4.0"
+version = "0.5.0"
build = "build.rs"
links = "libgranite-7"
0 commit comments