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

View file

@ -1,7 +1,7 @@
[package] [package]
name = "Yakudatsu" name = "Yakudatsu"
description = "A cli multi-tool for japanese. Forked from https://github.com/JojiiOfficial/jisho-cli" description = "A cli multi-tool for japanese. Forked from https://github.com/JojiiOfficial/jisho-cli"
version = "1.0.2" version = "1.2.0"
authors = ["jojii <jojii@gmx.net>", "Hiers <dvmap@protonmail.com"] authors = ["jojii <jojii@gmx.net>", "Hiers <dvmap@protonmail.com"]
readme = "README.md" readme = "README.md"
repository = "https://github.com/Hiers/Yakudatsu" repository = "https://github.com/Hiers/Yakudatsu"