fix: changed rust edition to 2021
This commit is contained in:
parent
b069c7e493
commit
26043ac318
4 changed files with 10 additions and 8 deletions
|
|
@ -1,8 +1,8 @@
|
|||
[package]
|
||||
name = "torn-api-codegen"
|
||||
authors = ["Pyrit [2111649]"]
|
||||
version = "0.1.3"
|
||||
edition = "2024"
|
||||
version = "0.1.4"
|
||||
edition = "2021"
|
||||
description = "Contains the v2 torn API model descriptions and codegen for the bindings"
|
||||
license-file = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue