diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c27a8c79708..ec93bcb08fb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Increasing the minimal supported Rust version will always be coupled at least wi ## Unreleased -## [2.1.0] 2023-05-xx +## [2.1.0] 2023-05-26 ### Changed diff --git a/diesel_table_macro_syntax/Cargo.toml b/diesel_table_macro_syntax/Cargo.toml index 5bffb8fce353..ff1f98d2126e 100644 --- a/diesel_table_macro_syntax/Cargo.toml +++ b/diesel_table_macro_syntax/Cargo.toml @@ -1,8 +1,17 @@ [package] name = "diesel_table_macro_syntax" version = "0.1.0" +description = "Internal diesel crate" +license = "MIT OR Apache-2.0" +documentation = "https://diesel.rs/guides/" +homepage = "https://diesel.rs" +repository = "https://github.com/diesel-rs/diesel/tree/master/diesel_table_macro_syntax" +autotests = false +include = ["src/**/*", "LICENSE-*"] +rust-version = "1.65.0" edition = "2021" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] diff --git a/diesel_table_macro_syntax/LICENSE-APACHE b/diesel_table_macro_syntax/LICENSE-APACHE new file mode 120000 index 000000000000..965b606f331b --- /dev/null +++ b/diesel_table_macro_syntax/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/diesel_table_macro_syntax/LICENSE-MIT b/diesel_table_macro_syntax/LICENSE-MIT new file mode 120000 index 000000000000..76219eb72e85 --- /dev/null +++ b/diesel_table_macro_syntax/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file