Bump version and set msrv

This commit is contained in:
Patrick Auernig 2024-04-11 17:15:03 +02:00
parent 8ef8f483b6
commit b3c21e2673
3 changed files with 6 additions and 2 deletions

2
Cargo.lock generated
View File

@ -53,7 +53,7 @@ dependencies = [
[[package]]
name = "ulocres"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"thiserror",
]

View File

@ -1,7 +1,10 @@
[package]
name = "ulocres"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Patrick Auernig"]
rust-version = "1.60.0"
publish = false
[dependencies]

View File

@ -28,6 +28,7 @@
packages = with pkgs; [
rustfmt
cargo-deny
cargo-msrv
];
};
});