Skip to content

Commit 6c45a0e

Browse files
committed
deps: updated licenses
1 parent 93615cc commit 6c45a0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["srdtrk <srdtrk@hotmail.com>"]
55
edition = "2021"
66
description = "This is a CosmWasm implementation of an ICS-27 interchain accounts controller."
77
repository = "https://github.com/srdtrk/cw-ica-controller"
8-
license = "Apache-2.0"
8+
license = "MIT"
99
readme = "README.md"
1010

1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.4.2"
55
edition = "2021"
66
description = "This crate contains macros for deriving cw-ica-controller interfaces."
77
repository = "https://github.com/srdtrk/cw-ica-controller"
8-
license = "Apache-2.0"
8+
license = "MIT"
99
readme = "Readme.md"
1010

1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)