Skip to content

Commit f1ba81e

Browse files
committed
Specified MIT license on the manifests
1 parent 5e23856 commit f1ba81e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

canyon_connection/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
documentation = "https://zerodaycode.github.io/canyon-book/"
66
homepage = "https://github.com/zerodaycode/Canyon-SQL"
77
readme = "../README.md"
8-
license = "../LICENSE"
8+
license = "MIT"
99
description = "A Rust ORM and QueryBuilder"
1010

1111

canyon_crud/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
documentation = "https://zerodaycode.github.io/canyon-book/"
66
homepage = "https://github.com/zerodaycode/Canyon-SQL"
77
readme = "../README.md"
8-
license = "../LICENSE"
8+
license = "MIT"
99
license-file = "LICENSE"
1010
description = "A Rust ORM and QueryBuilder"
1111

canyon_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
documentation = "https://zerodaycode.github.io/canyon-book/"
66
homepage = "https://github.com/zerodaycode/Canyon-SQL"
77
readme = "../README.md"
8-
license = "../LICENSE"
8+
license = "MIT"
99
license-file = "LICENSE"
1010
description = "A Rust ORM and QueryBuilder"
1111

canyon_observer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
documentation = "https://zerodaycode.github.io/canyon-book/"
66
homepage = "https://github.com/zerodaycode/Canyon-SQL"
77
readme = "../README.md"
8-
license = "../LICENSE"
8+
license = "MIT"
99
license-file = "LICENSE"
1010
description = "A Rust ORM and QueryBuilder"
1111

canyon_sql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Alex Vergara<pyzyryab@tutanota.com>, Gonzalo Busto<gbm25@gmail.com>"
66
documentation = "https://zerodaycode.github.io/canyon-book/"
77
homepage = "https://github.com/zerodaycode/Canyon-SQL"
88
readme = "../README.md"
9-
license = "../LICENSE"
9+
license = "MIT"
1010
license-file = "LICENSE"
1111
description = "A Rust ORM and QueryBuilder"
1212

0 commit comments

Comments
 (0)