Update version number and fix cargo.lock

This commit is contained in:
Hiers 2024-12-26 08:50:10 +00:00
parent e787a9e755
commit 6307b3379a
2 changed files with 2 additions and 7 deletions

7
Cargo.lock generated
View file

@ -4,7 +4,7 @@ version = 4
[[package]]
name = "Yakudatsu"
version = "1.0.2"
version = "1.2.0"
dependencies = [
"argparse",
"kradical_parsing",
@ -469,12 +469,7 @@ dependencies = [
name = "rustls"
version = "0.23.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
=======
version = "0.23.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
>>>>>>> 9efe31d (Update dependencies)
dependencies = [
"log",
"once_cell",