We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ede5a0 commit 8aca099Copy full SHA for 8aca099
granite/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "granite-rs"
3
-version = "1.1.0"
+version = "1.1.1"
4
edition = "2021"
5
authors = ["David Hewitt <davidmhewitt@gmail.com>"]
6
readme = "../README.md"
@@ -44,4 +44,4 @@ version = "0.8"
44
[dependencies.ffi]
45
package = "granite-rs-sys"
46
path = "./sys"
47
-version = "0.3.4"
+version = "0.3.5"
granite/sys/Cargo.toml
name = "granite-rs-sys"
build = "build.rs"
links = "libgranite-7"
0 commit comments