Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Revert "Merge pull request #816 from sdroege/bitflags-2.0"
Browse files Browse the repository at this point in the history
This reverts commit e9119de, reversing
changes made to 942c0ee.
  • Loading branch information
sdroege committed Mar 14, 2023
1 parent e9119de commit d52f157
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion atk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ features = ["dox"]

[dependencies]
libc = "0.2"
bitflags = "2.0"
bitflags = "1.0"
ffi = { package = "atk-sys", path = "sys" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }

Expand Down
2 changes: 1 addition & 1 deletion gdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ features = ["dox"]

[dependencies]
libc = "0.2"
bitflags = "2.0"
bitflags = "1.0"
ffi = { package = "gdk-sys", path = "sys" }
cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gdk-pixbuf = { git = "https://github.com/gtk-rs/gtk-rs-core" }
Expand Down
2 changes: 1 addition & 1 deletion gtk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pkg-config = "0.3.7"

[dependencies]
libc = "0.2"
bitflags = "2.0"
bitflags = "1.0"
field-offset = "0.3"
futures-channel = "0.3"
once_cell = "1.0"
Expand Down

0 comments on commit d52f157

Please # to comment.