Skip to content

Commit

Permalink
chore(savefile-abi): release v0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
avl authored Oct 27, 2024
1 parent f1d2716 commit e21e635
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion savefile-abi-min-lib-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ crate-type = ["cdylib"]
savefile = { path = "../savefile", features = ["derive"], default-features = false }
savefile-abi = { path = "../savefile-abi" }
savefile-derive = {path = "../savefile-derive"}
savefile-abi-min-lib = {path = "../savefile-abi-min-lib"}
savefile-abi-min-lib = {path = "../savefile-abi-min-lib"}
2 changes: 1 addition & 1 deletion savefile-abi-min-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ savefile-abi = { path = "../savefile-abi" }
savefile-derive = {path = "../savefile-derive"}
tokio = { version = "1.40", features=["macros", "rt-multi-thread", "time"] }
tokio-util="0.7"
async-trait = "0.1"
async-trait = "0.1"
2 changes: 1 addition & 1 deletion savefile-abi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "savefile-abi"
version = "0.18.1"
version = "0.18.2"
edition = "2021"
authors = ["Anders Musikka <[email protected]>"]
documentation = "https://docs.rs/savefile-abi/"
Expand Down

0 comments on commit e21e635

Please sign in to comment.