Skip to content

Commit

Permalink
Some minor fixup for the diesel_table_macro_syntax_crate
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed May 26, 2023
1 parent cbe9bef commit c5a9f7b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -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

Expand Down
9 changes: 9 additions & 0 deletions 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]
Expand Down
1 change: 1 addition & 0 deletions diesel_table_macro_syntax/LICENSE-APACHE
1 change: 1 addition & 0 deletions diesel_table_macro_syntax/LICENSE-MIT

0 comments on commit c5a9f7b

Please sign in to comment.