Skip to content

Commit

Permalink
Re-sync version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Oct 18, 2024
1 parent 80bec49 commit f27194b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
if: matrix.conf.test_sys && matrix.conf.name == 'glib'
# GLib compile tests only on stable
- name: Compile tests
run: cargo test --manifest-path glib/Cargo.toml --features "compiletests,v2_78"
run: cargo test --manifest-path glib/Cargo.toml --features "compiletests,v2_84"
if: matrix.rust == 'stable'

build-others:
Expand Down
4 changes: 2 additions & 2 deletions gio/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ version = "2.77"
version = "2.80"

[package.metadata.system-deps.gio_2_0.v2_82]
version = "2.81"
version = "2.82"

[package.metadata.system-deps.gio_2_0.v2_84]
version = "2.84"
version = "2.83"

[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]
Expand Down
2 changes: 1 addition & 1 deletion glib/gobject-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ version = "2.77"
version = "2.80"

[package.metadata.system-deps.gobject_2_0.v2_82]
version = "2.81"
version = "2.82"

[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]
Expand Down
4 changes: 2 additions & 2 deletions glib/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ version = "2.77"
version = "2.80"

[package.metadata.system-deps.glib_2_0.v2_82]
version = "2.81"
version = "2.82"

[package.metadata.system-deps.glib_2_0.v2_84]
version = "2.84"
version = "2.83"

[package.metadata.system-deps.gobject_2_0]
name = "gobject-2.0"
Expand Down

0 comments on commit f27194b

Please sign in to comment.