Skip to content

Commit dd6926a

Browse files
committed
Bump versions to 0.4.2
1 parent 2cdf67b commit dd6926a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

butane/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "butane"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["James Oakley <[email protected]>"]
55
edition = "2018"
66
description = "An ORM with a focus on simplicity and on writing Rust, not SQL."
@@ -25,7 +25,7 @@ uuid = ["butane_core/uuid", "butane_codegen/uuid"]
2525

2626
[dependencies]
2727
butane_codegen = { path = "../butane_codegen", version = "0.4" }
28-
butane_core = { path = "../butane_core", version = "0.4.1" }
28+
butane_core = { path = "../butane_core", version = "0.4.2" }
2929

3030

3131
[dev-dependencies]

butane_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "butane_core"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["James Oakley <[email protected]>"]
55
edition = "2018"
66
description = "Internals for Butane. Do not use this crate directly -- use the butane crate."

0 commit comments

Comments
 (0)