Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzay committed Oct 16, 2023
1 parent 3912ded commit e230d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = ["flecs-sys"]
resolver = "2"

[workspace.package]
version = "0.1.4"
version = "0.1.5"
edition = "2021"
homepage = "https://www.flecs.dev"
repository = "https://github.com/jazzay/flecs-rs"
Expand All @@ -31,7 +31,7 @@ rust-version = "1.68"
# lto = "fat"

[dependencies]
flecs-sys = { path = "flecs-sys", version = "0.1.4" }
flecs-sys = { path = "flecs-sys", version = "0.1.5" }
once_cell = "1.18"

[dev-dependencies]
Expand Down

0 comments on commit e230d38

Please sign in to comment.