diff --git a/Cargo.toml b/Cargo.toml index cb25ba6..4d36cc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ggemtext" -version = "0.6.1" +version = "0.7.0" edition = "2024" license = "MIT" readme = "README.md" @@ -17,5 +17,5 @@ repository = "https://github.com/YGGverse/ggemtext" [dependencies.glib] package = "glib" -version = "0.20.9" +version = "0.21.0" features = ["v2_66"]