Skip to content

Commit

Permalink
change email and repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vekamo committed Nov 12, 2024
1 parent a943b9b commit 48c9f5d
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mwc_wallet"
version = "5.3.3"
authors = ["Mwc Developers <[email protected]>"]
authors = ["Mwc Developers <[email protected]>"]
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
license = "Apache-2.0"
repository = "https://github.com/mwc-project/mwc-wallet"
Expand Down Expand Up @@ -36,12 +36,12 @@ funty = "=1.1.0"
uuid = { version = "0.8", features = ["serde", "v4"] }
shlex = "1.3.0"

mwc_wallet_api = { path = "./api", version = "5.3.3" }
mwc_wallet_impls = { path = "./impls", version = "5.3.3" }
mwc_wallet_libwallet = { path = "./libwallet", version = "5.3.3" }
mwc_wallet_controller = { path = "./controller", version = "5.3.3" }
mwc_wallet_config = { path = "./config", version = "5.3.3" }
mwc_wallet_util = { path = "./util", version = "5.3.3" }
mwc_wallet_api = { path = "./api", version = "5.3.4" }
mwc_wallet_impls = { path = "./impls", version = "5.3.4" }
mwc_wallet_libwallet = { path = "./libwallet", version = "5.3.4" }
mwc_wallet_controller = { path = "./controller", version = "5.3.4" }
mwc_wallet_config = { path = "./config", version = "5.3.4" }
mwc_wallet_util = { path = "./util", version = "5.3.4" }

[build-dependencies]
built = { version = "0.4", features = ["git2"]}
Expand Down
4 changes: 2 additions & 2 deletions api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "mwc_wallet_api"
version = "5.3.3"
authors = ["Mwc Developers <[email protected]>"]
authors = ["Mwc Developers <[email protected]>"]
description = "Mwc Wallet API"
license = "Apache-2.0"
repository = "https://github.com/mimblewimble/mwc-wallet"
repository = "https://github.com/mwcproject/mwc-wallet"
keywords = [ "crypto", "mwc", "mimblewimble" ]
exclude = ["**/*.mwc", "**/*.mwc2"]
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "mwc_wallet_config"
version = "5.3.3"
authors = ["Mwc Developers <[email protected]>"]
authors = ["Mwc Developers <[email protected]>"]
description = "Configuration for mwc wallet , a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
license = "Apache-2.0"
repository = "https://github.com/mimblewimble/mwc-wallet"
repository = "https://github.com/mwcproject/mwc-wallet"
keywords = [ "crypto", "mwc", "mimblewimble" ]
workspace = ".."
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions controller/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "mwc_wallet_controller"
version = "5.3.3"
authors = ["Mwc Developers <[email protected]>"]
authors = ["Mwc Developers <[email protected]>"]
description = "Controllers for mwc wallet instantiation"
license = "Apache-2.0"
repository = "https://github.com/mimblewimble/mwc-wallet"
repository = "https://github.com/mwcproject/mwc-wallet"
keywords = [ "crypto", "mwc", "mimblewimble" ]
exclude = ["**/*.mwc", "**/*.mwc2"]
#build = "src/build/build.rs"
Expand Down
4 changes: 2 additions & 2 deletions impls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "mwc_wallet_impls"
version = "5.3.3"
authors = ["Mwc Developers <[email protected]>"]
authors = ["Mwc Developers <[email protected]>"]
description = "Concrete types derived from libwallet traits"
license = "Apache-2.0"
repository = "https://github.com/mimblewimble/mwc-wallet"
repository = "https://github.com/mwcproject/mwc-wallet"
keywords = [ "crypto", "mwc", "mimblewimble" ]
exclude = ["**/*.mwc", "**/*.mwc2"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion integration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mwc_integration"
version = "1.1.0"
authors = ["Mwc Developers <[email protected]>"]
authors = ["Mwc Developers <[email protected]>"]
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
license = "Apache-2.0"
repository = "https://github.com/mimblewimble/mwc"
Expand Down
4 changes: 2 additions & 2 deletions libwallet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "mwc_wallet_libwallet"
version = "5.3.3"
authors = ["Mwc Developers <[email protected]>"]
authors = ["Mwc Developers <[email protected]>"]
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
license = "Apache-2.0"
repository = "https://github.com/mimblewimble/mwc-wallet"
repository = "https://github.com/mwcproject/mwc-wallet"
keywords = [ "crypto", "mwc", "mimblewimble" ]
exclude = ["**/*.mwc", "**/*.mwc2"]
#build = "src/build/build.rs"
Expand Down
2 changes: 1 addition & 1 deletion util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mwc_wallet_util"
version = "5.3.3"
authors = ["Mwc Developers <[email protected]>"]
authors = ["Mwc Developers <[email protected]>"]
description = "Util, for generic utilities and to re-export mwc crates"
license = "Apache-2.0"
repository = "https://github.com/mwcproject/mwc-wallet"
Expand Down

0 comments on commit 48c9f5d

Please sign in to comment.