mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:19:59 +00:00
Revert edition to 2021 and update chrono dependency version in Cargo.toml
This commit is contained in:
parent
d230e1b2e0
commit
e6f7c88893
@ -1,8 +1,9 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rustframe"
|
name = "rustframe"
|
||||||
version = "0.0.1-a.0"
|
version = "0.0.1-a.0"
|
||||||
edition = "2024"
|
edition = "2021"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
license-file = "LICENSE"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "A simple dataframe library"
|
description = "A simple dataframe library"
|
||||||
|
|
||||||
@ -12,4 +13,4 @@ path = "src/lib.rs"
|
|||||||
crate-type = ["cdylib", "lib"]
|
crate-type = ["cdylib", "lib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4.38"
|
chrono = "^0.4.10"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user