Release v0.9.0
Some checks failed
check / nightly / doc (push) Has been cancelled
check / ubuntu / stable / features (push) Has been cancelled
check / ubuntu / 1.88.0 (push) Has been cancelled
check / stable / fmt (push) Has been cancelled

Web builds now get their version text automatically from the Cargo.toml
This commit is contained in:
2025-12-26 10:21:25 -06:00
parent 75a675977a
commit ac60482688
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -175,7 +175,7 @@ dependencies = [
[[package]]
name = "another-boids-in-rust"
version = "0.8.0"
version = "0.9.0"
dependencies = [
"avian2d",
"bevy",

View File

@@ -1,6 +1,6 @@
[package]
name = "another-boids-in-rust"
version = "0.8.0"
version = "0.9.0"
edition = "2024"
license = "AGPL-3.0-only"
rust-version = "1.88.0"