Skip to content

Commit

Permalink
Try #1051:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] committed Jul 9, 2023
2 parents fcaab90 + 5f6f07d commit 6b24531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
# Note: using variables is limited at the moment, see https://github.com/actions/runner/issues/480
GDRUST_FEATURES: "gdnative/async,gdnative/serde,gdnative_bindings_generator/debug"
CARGO_DENY_VERSION: "0.11.4"
CARGO_DINGHY_VERSION: "0.4.71"
CARGO_DINGHY_VERSION: "0.6.4"
CARGO_MACHETE_VERSION: "0.3"

on:
Expand Down
2 changes: 1 addition & 1 deletion gdnative-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ approx = "0.5"
atomic-take = "1"
bitflags = "1"
glam = "0.24"
indexmap = "1"
indexmap = "2"
inventory = { version = "0.3", optional = true }
libc = "0.2"
once_cell = "1"
Expand Down

0 comments on commit 6b24531

Please sign in to comment.