-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.6.1 release is purely to fix docs.rs build
- Loading branch information
1 parent
bb58d79
commit 2828363
Showing
7 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ members = [ | |
] | ||
|
||
[workspace.package] | ||
version = "0.6.1" | ||
edition = "2021" | ||
|
||
[workspace.dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "butane" | ||
version = "0.6.0" | ||
version.workspace = true | ||
authors = ["James Oakley <[email protected]>"] | ||
edition.workspace = true | ||
description = "An ORM with a focus on simplicity and on writing Rust, not SQL." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "butane_cli" | ||
version = "0.6.0" | ||
version.workspace = true | ||
authors = ["James Oakley <[email protected]>"] | ||
edition.workspace = true | ||
description = "The CLI for the Butane ORM" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "butane_codegen" | ||
version = "0.6.0" | ||
version.workspace = true | ||
authors = ["James Oakley <[email protected]>"] | ||
edition.workspace = true | ||
description = "Macros for Butane. Do not use this crate directly -- use the butane crate." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "butane_core" | ||
version = "0.6.0" | ||
version.workspace = true | ||
authors = ["James Oakley <[email protected]>"] | ||
edition.workspace = true | ||
description = "Internals for Butane. Do not use this crate directly -- use the butane crate." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "butane_test_helper" | ||
version = "0.6.0" | ||
version.workspace = true | ||
authors = ["James Oakley <[email protected]>"] | ||
edition.workspace = true | ||
description = "A test helper for butane" | ||
|