upgrade to Rust 1.80.0
This commit is contained in:
parent
322b99644a
commit
75ed7f05db
|
@ -1,3 +1,7 @@
|
|||
# git development version
|
||||
|
||||
- Upgrade to Rust 1.80
|
||||
|
||||
# v0.10.1
|
||||
|
||||
- Performance improvements
|
||||
|
|
|
@ -17,7 +17,7 @@ repository = "https://codeberg.org/outfly/outfly"
|
|||
categories = ["game", "aerospace", "simulation"]
|
||||
keywords = ["game", "space", "3d"]
|
||||
license = "GPL-3.0-only"
|
||||
rust-version = "1.79.0"
|
||||
rust-version = "1.80.0"
|
||||
|
||||
[dependencies]
|
||||
# For parsing the game definition file, src/data/defs.txt
|
||||
|
|
Loading…
Reference in a new issue