Skip to content

Commit ff02e86

Browse files
committed
update version to 0.5.0
1 parent b785bd0 commit ff02e86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kingslayer"
3-
version = "0.4.3"
3+
version = "0.5.0"
44
authors = ["Maxwell Anderson <[email protected]>"]
55
edition = "2018"
66
license = "MIT"
@@ -12,7 +12,7 @@ categories = ["games", "game-engines"]
1212

1313
[dependencies]
1414
rand = { version = "0.7", features = ["wasm-bindgen"] }
15-
rayon = "1.2"
15+
rayon = "1.3"
1616
serde = { version = "1.0", features = ["derive"] }
1717
ron = "0.5"
1818

0 commit comments

Comments
 (0)