fix: set MSRV 1.94 so users get a clear error instead of cryptic dep failure
This commit is contained in:
parent
93d4baa98d
commit
39fc49fbb8
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
name = "souveraine"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.94"
|
||||
authors = ["Casey Tunturi <casey@wiuf.net>"]
|
||||
description = "Souveraine - A sovereign consciousness harness for Ani"
|
||||
license = "MIT"
|
||||
|
|
|
|||
Loading…
Reference in a new issue