Skip to content

Commit

Permalink
Bump versions to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Electron100 committed Oct 4, 2021
1 parent 2cdf67b commit dd6926a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions butane/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "butane"
version = "0.4.1"
version = "0.4.2"
authors = ["James Oakley <[email protected]>"]
edition = "2018"
description = "An ORM with a focus on simplicity and on writing Rust, not SQL."
Expand All @@ -25,7 +25,7 @@ uuid = ["butane_core/uuid", "butane_codegen/uuid"]

[dependencies]
butane_codegen = { path = "../butane_codegen", version = "0.4" }
butane_core = { path = "../butane_core", version = "0.4.1" }
butane_core = { path = "../butane_core", version = "0.4.2" }


[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion butane_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "butane_core"
version = "0.4.1"
version = "0.4.2"
authors = ["James Oakley <[email protected]>"]
edition = "2018"
description = "Internals for Butane. Do not use this crate directly -- use the butane crate."
Expand Down

0 comments on commit dd6926a

Please sign in to comment.