Skip to content

Commit

Permalink
build: bump up to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Dec 12, 2024
1 parent ac6b943 commit ad15898
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/SARDONYX-sard/serde-hkx" # NOTE: Without it, CLI & CI build will error.
rust-version = "1.79"
version = "0.5.0"
version = "0.6.0"

[workspace]
members = [
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ with debug build (`cargo build`) but not with release (`cargo build --release`).
```toml
# in Cargo.toml
tokio = { version = "1.41.0", features = ["full"] } # Async runtime
serde_hkx_features = { git = "https://github.com/SARDONYX-sard/serde-hkx", tag = "0.5.0" }
serde_hkx_features = { git = "https://github.com/SARDONYX-sard/serde-hkx", tag = "0.6.0" }
```

<!--
Expand All @@ -79,8 +79,8 @@ async fn main() -> Result<()> {

```toml
# in Cargo.toml
havok_classes = { git = "https://github.com/SARDONYX-sard/serde-hkx", tag = "0.5.0" }
serde_hkx = { git = "https://github.com/SARDONYX-sard/serde-hkx", tag = "0.5.0" }
havok_classes = { git = "https://github.com/SARDONYX-sard/serde-hkx", tag = "0.6.0" }
serde_hkx = { git = "https://github.com/SARDONYX-sard/serde-hkx", tag = "0.6.0" }
```

## Documentation
Expand Down

0 comments on commit ad15898

Please sign in to comment.