Skip to content

Commit

Permalink
rust: Update to gio 0.16
Browse files Browse the repository at this point in the history
This was quite seamless; the only thing I had to tweak was adding
`+ Send` bounds in the `Box<dyn Error>` manual checksum_async API.
  • Loading branch information
cgwalters committed Nov 21, 2022
1 parent 9d652be commit 1a76f45
Show file tree
Hide file tree
Showing 38 changed files with 1,197 additions and 4,072 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ bitflags = "1.2.1"
cap-std = { version = "1.0", optional = true}
io-lifetimes = { version = "1.0", optional = true}
ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.11.0" }
gio = "0.15"
glib = "0.15"
gio = "0.16"
glib = "0.16"
hex = "0.4.2"
libc = "0.2"
once_cell = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion rust-bindings/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GIR_REPO := https://github.com/gtk-rs/gir.git
GIR_VERSION := c8a7a13d2c4d3a57ae646e38a821d57243cf7983
GIR_VERSION := e94fdc6499e45d89bada123f4d2e63ceb6af997d
OSTREE_REPO := ../ostree
OSTREE_VERSION := patch-v2022.2
RUSTDOC_STRIPPER_VERSION := 0.1.17
Expand Down
58 changes: 22 additions & 36 deletions rust-bindings/src/auto/async_progress.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

118 changes: 27 additions & 91 deletions rust-bindings/src/auto/bootconfig_parser.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 6 additions & 20 deletions rust-bindings/src/auto/collection_ref.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1a76f45

Please sign in to comment.