Skip to content

Commit 7456101

Browse files
graphene: Add the new v1_12 feature
1 parent d2a1817 commit 7456101

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- { name: "gdk-pixbuf", features: "v2_42", nightly: "--all-features", test_sys: true }
2525
- { name: "gio", features: "v2_78", nightly: "--all-features", test_sys: true }
2626
- { name: "glib", features: "v2_78", nightly: "--all-features", test_sys: true }
27-
- { name: "graphene", features: "", nightly: "", test_sys: true }
27+
- { name: "graphene", features: "v1_12", nightly: "", test_sys: true }
2828
- { name: "pango", features: "v1_50", nightly: "--all-features", test_sys: true }
2929
- { name: "pangocairo", features: "", nightly: "--all-features", test_sys: true }
3030
steps:

graphene/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ rust-version = "1.70"
1818
[lib]
1919
name = "graphene"
2020

21+
[features]
22+
v1_12 = ["ffi/v1_12"]
23+
2124
[package.metadata.docs.rs]
2225
all-features = true
2326
rustc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)