Skip to content

Commit 73002ac

Browse files
sdroegebilelmoussaoui
authored andcommitted
pango: Update C library version requirements
1 parent 021422b commit 73002ac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pango/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ v1_48 = ["v1_46", "pango-sys/v1_48"]
2121
v1_50 = ["v1_48", "pango-sys/v1_50"]
2222
v1_52 = ["v1_50", "pango-sys/v1_52"]
2323
v1_54 = ["v1_52", "pango-sys/v1_54"]
24+
v1_56 = ["v1_54", "pango-sys/v1_56"]
2425

2526
[dependencies]
2627
pango-sys.workspace = true

pango/sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ version = "1.50"
8080
version = "1.52"
8181

8282
[package.metadata.system-deps.pango.v1_54]
83-
version = "1.53"
83+
version = "1.54"
8484

8585
[package.metadata.system-deps.pango.v1_56]
86-
version = "1.56"
86+
version = "1.55"
8787

8888
[package.metadata.docs.rs]
8989
rustc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)