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 ae0ce28 commit 5002006Copy full SHA for 5002006
granite/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "granite-rs"
3
-version = "1.2.0"
+version = "1.3.0"
4
edition = "2021"
5
authors = ["David Hewitt <davidmhewitt@gmail.com>"]
6
readme = "../README.md"
@@ -27,7 +27,7 @@ rustdoc-args = ["--cfg", "docsrs"]
27
libc = "0.2"
28
bitflags = "2.2"
29
once_cell = "1.17"
30
-granite-rs-sys = { path = "./sys", version = "0.3.5" }
+granite-rs-sys = { path = "./sys", version = "0.4.0" }
31
32
[dependencies.glib]
33
version = "0.20"
granite/sys/Cargo.toml
name = "granite-rs-sys"
-version = "0.3.6"
+version = "0.4.0"
build = "build.rs"
links = "libgranite-7"
0 commit comments