Skip to content

Commit bfaa25c

Browse files
committed
fixes and such
1 parent a470b97 commit bfaa25c

240 files changed

Lines changed: 1202 additions & 1219 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -292,11 +292,11 @@ members = [
292292
]
293293

294294
[workspace.package]
295-
authors = ["Union Labs"]
296-
edition = "2024"
297-
license = "MIT OR Apache-2.0"
298-
publish = false
299-
repository = "https://github.com/unionlabs/union"
295+
authors = ["Union Labs"]
296+
edition = "2024"
297+
license = "MIT OR Apache-2.0"
298+
publish = false
299+
repository = "https://github.com/unionlabs/union"
300300

301301
[workspace.metadata.cargo-machete]
302302
ignored = ["embed-commit"]

cosmwasm/access-managed/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name = "access-managed"
33
version = "0.0.0"
44

5-
authors = { workspace = true }
6-
edition = { workspace = true }
7-
license = { workspace = true }
8-
publish = { workspace = true }
9-
repository = { workspace = true }
5+
authors = { workspace = true }
6+
edition = { workspace = true }
7+
license = { workspace = true }
8+
publish = { workspace = true }
9+
repository = { workspace = true }
1010

1111
[lints]
1212
workspace = true

cosmwasm/access-manager/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name = "access-manager"
33
version = "0.0.0"
44

5-
authors = { workspace = true }
6-
edition = { workspace = true }
7-
license = { workspace = true }
8-
publish = { workspace = true }
9-
repository = { workspace = true }
5+
authors = { workspace = true }
6+
edition = { workspace = true }
7+
license = { workspace = true }
8+
publish = { workspace = true }
9+
repository = { workspace = true }
1010

1111
[lints]
1212
workspace = true

cosmwasm/app/ucs00-pingpong/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name = "ucs00-pingpong"
33
version = "0.0.0"
44

5-
authors = { workspace = true }
6-
edition = { workspace = true }
7-
license = { workspace = true }
8-
publish = { workspace = true }
9-
repository = { workspace = true }
5+
authors = { workspace = true }
6+
edition = { workspace = true }
7+
license = { workspace = true }
8+
publish = { workspace = true }
9+
repository = { workspace = true }
1010

1111
[lints]
1212
workspace = true

cosmwasm/app/ucs03-zkgm/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name = "ucs03-zkgm"
33
version = "0.0.0"
44

5-
authors = { workspace = true }
6-
edition = { workspace = true }
7-
license = { workspace = true }
8-
publish = { workspace = true }
9-
repository = { workspace = true }
5+
authors = { workspace = true }
6+
edition = { workspace = true }
7+
license = { workspace = true }
8+
publish = { workspace = true }
9+
repository = { workspace = true }
1010

1111
[lints]
1212
workspace = true

cosmwasm/core/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name = "ibc-union"
33
version = "0.0.0"
44

5-
authors = { workspace = true }
6-
edition = { workspace = true }
7-
license = { workspace = true }
8-
publish = { workspace = true }
9-
repository = { workspace = true }
5+
authors = { workspace = true }
6+
edition = { workspace = true }
7+
license = { workspace = true }
8+
publish = { workspace = true }
9+
repository = { workspace = true }
1010

1111
[lints]
1212
workspace = true

cosmwasm/core/light-client-interface/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name = "ibc-union-light-client"
33
version = "0.0.0"
44

5-
authors = { workspace = true }
6-
edition = { workspace = true }
7-
license = { workspace = true }
8-
publish = { workspace = true }
9-
repository = { workspace = true }
5+
authors = { workspace = true }
6+
edition = { workspace = true }
7+
license = { workspace = true }
8+
publish = { workspace = true }
9+
repository = { workspace = true }
1010

1111
[lints]
1212
workspace = true

cosmwasm/core/msg/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name = "ibc-union-msg"
33
version = "0.0.0"
44

5-
authors = { workspace = true }
6-
edition = { workspace = true }
7-
license = { workspace = true }
8-
publish = { workspace = true }
9-
repository = { workspace = true }
5+
authors = { workspace = true }
6+
edition = { workspace = true }
7+
license = { workspace = true }
8+
publish = { workspace = true }
9+
repository = { workspace = true }
1010

1111
[lints]
1212
workspace = true

cosmwasm/cw-account/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name = "cw-account"
33
version = "0.0.0"
44

5-
authors = { workspace = true }
6-
edition = { workspace = true }
7-
license = { workspace = true }
8-
publish = { workspace = true }
9-
repository = { workspace = true }
5+
authors = { workspace = true }
6+
edition = { workspace = true }
7+
license = { workspace = true }
8+
publish = { workspace = true }
9+
repository = { workspace = true }
1010

1111
[lib]
1212
crate-type = ["cdylib", "rlib"]

cosmwasm/cw-escrow-vault/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name = "cw-escrow-vault"
33
version = "0.0.0"
44

5-
authors = { workspace = true }
6-
edition = { workspace = true }
7-
license = { workspace = true }
8-
publish = { workspace = true }
9-
repository = { workspace = true }
5+
authors = { workspace = true }
6+
edition = { workspace = true }
7+
license = { workspace = true }
8+
publish = { workspace = true }
9+
repository = { workspace = true }
1010

1111
[lib]
1212
crate-type = ["cdylib", "rlib"]

0 commit comments

Comments
 (0)