diff --git a/Cargo.toml b/Cargo.toml index bca8548..0c4075b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ resolver = "3" version = "0.15.0" [workspace.package] -version = "0.5.0" +version = "0.6.0" edition = "2024" authors = ["Aurora Labs "] # An update of the MSRV requires updating: @@ -17,8 +17,8 @@ rust-version = "1.86.0" description = "Ergonomic plugin system to extend NEAR contracts." license = "CC0-1.0" readme = "README.md" -repository = "https://github.com/aurora-is-near/near-plugins" -homepage = "https://github.com/aurora-is-near/near-plugins" +repository = "https://github.com/Near-One/near-plugins" +homepage = "https://github.com/Near-One/near-plugins" keywords = ["near", "smart contract", "plugin"] [workspace.dependencies] diff --git a/near-plugins-derive/Cargo.toml b/near-plugins-derive/Cargo.toml index 716d1d2..be8409a 100644 --- a/near-plugins-derive/Cargo.toml +++ b/near-plugins-derive/Cargo.toml @@ -4,6 +4,12 @@ authors.workspace = true edition.workspace = true rust-version.workspace = true version.workspace = true +description.workspace = true +license.workspace = true +readme.workspace = true +repository.workspace = true +homepage.workspace = true +keywords.workspace = true [lib] proc-macro = true diff --git a/near-plugins/Cargo.toml b/near-plugins/Cargo.toml index c316c9d..2519ce5 100644 --- a/near-plugins/Cargo.toml +++ b/near-plugins/Cargo.toml @@ -4,6 +4,12 @@ authors.workspace = true edition.workspace = true rust-version.workspace = true version.workspace = true +description.workspace = true +license.workspace = true +readme.workspace = true +repository.workspace = true +homepage.workspace = true +keywords.workspace = true [lib] crate-type = ["cdylib", "rlib"]