Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Electron100 committed Dec 27, 2022
1 parent 70c060f commit 3a8edc2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion butane/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ serde_json = "1.0"
uuid_for_test = {package="uuid", version = "1.2", features=["v4"] }

[package.metadata.docs.rs]
all-features = true
all-features = true
4 changes: 2 additions & 2 deletions butane_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "butane_cli"
version = "0.5.0"
version = "0.5.1"
authors = ["James Oakley <[email protected]>"]
edition = "2018"
description = "The CLI for the Butane ORM"
Expand All @@ -23,4 +23,4 @@ chrono = "0.4"
clap = "2.33"
quote = "1.0"
serde = "1.0"
serde_json = "1.0"
serde_json = "1.0"
2 changes: 1 addition & 1 deletion example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2018"

[dependencies]
failure = "0.1.5"
butane = { path="../butane"}
butane = { path="../butane"}

0 comments on commit 3a8edc2

Please sign in to comment.