Skip to content

Commit b66d875

Browse files
authored
Merge pull request #103 from namada-net/v1.4.1.rc.0
v1.4.1.rc
2 parents a6dbeca + 249a84d commit b66d875

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88

99

1010
[workspace.package]
11-
version = "1.4.0"
11+
version = "1.4.1"
1212

1313
[profile.release]
1414
lto = true

masp_note_encryption/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors = [
77
"Kris Nuttycombe <kris@electriccoin.co>",
88
"joe@heliax.dev",
99
]
10-
homepage = "https://github.com/anoma/masp"
11-
repository = "https://github.com/anoma/masp"
10+
homepage = "https://github.com/namada-net/masp"
11+
repository = "https://github.com/namada-net/masp"
1212
readme = "README.md"
1313
license = "MIT OR Apache-2.0"
1414
edition = "2021"

masp_primitives/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ authors = [
99
"Murisi Tarusenga <murisi@heliax.dev>",
1010
"Heliax AG <hello@heliax.dev>",
1111
]
12-
homepage = "https://github.com/anoma/masp"
13-
repository = "https://github.com/anoma/masp"
12+
homepage = "https://github.com/namada-net/masp"
13+
repository = "https://github.com/namada-net/masp"
1414
readme = "README.md"
1515
license = "MIT OR Apache-2.0"
1616
edition = "2021"

masp_proofs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "masp_proofs"
33
description = "Experimental MASP zk-SNARK circuits and proving APIs, based on zcash_proofs"
44
version.workspace = true
55
authors = ["Jack Grigg <jack@z.cash>", "joe <joe@heliax.dev>"]
6-
homepage = "https://github.com/anoma/masp"
7-
repository = "https://github.com/anoma/masp"
6+
homepage = "https://github.com/namada-net/masp"
7+
repository = "https://github.com/namada-net/masp"
88
readme = "README.md"
99
license = "MIT OR Apache-2.0"
1010
edition = "2021"

0 commit comments

Comments
 (0)