Skip to content

Commit

Permalink
Ext - revert to arma-rs before 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Sep 18, 2024
1 parent 8ce83d6 commit 5b4fc3a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 60 deletions.
70 changes: 11 additions & 59 deletions Cargo.lock

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

Binary file modified ace.dll
Binary file not shown.
Binary file modified ace_x64.dll
Binary file not shown.
3 changes: 2 additions & 1 deletion extension/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ name = "ace"
crate-type = ["cdylib"]

[dependencies]
arma-rs = { version = "1.11.0", default-features = false, features = ["extension", "uuid"]}
#arma-rs = { version = "1.11.0", default-features = false, features = ["extension", "uuid"]}
arma-rs = { git = "https://github.com/BrettMayson/arma-rs.git", rev = "5fa8b5f4d04a7612e3faceac85d2442287e9b3cd", default-features = false, features = ["extension", "uuid"]}
uuid = { version = "1.10.0", features = ["v4"] }
rand = "0.8.5"
rand_chacha = "0.3.1"
Expand Down

0 comments on commit 5b4fc3a

Please sign in to comment.