lets be honest 2 years of work is enough for 1.0 release
This commit is contained in:
parent
238f8f9593
commit
f4c31ac021
|
@ -1050,7 +1050,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rustcord"
|
||||
version = "0.3.4"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"colored 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "rustcord"
|
||||
version = "0.3.4"
|
||||
authors = ["Agatha <@protonmail.com>"]
|
||||
version = "1.0.0"
|
||||
authors = ["Agatha Rose <@protonmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
Loading…
Reference in New Issue