Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
garypen committed Oct 7, 2023
1 parent 82903c6 commit 5da8214
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
]

[workspace.package]
version = "0.1.1"
version = "0.1.2"
authors = [
"garypen <[email protected]>",
]
Expand Down
2 changes: 1 addition & 1 deletion baildon-glue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clap.workspace = true
dirs.workspace = true
futures.workspace = true
gluesql = { version = "0.14.0", default-features = false }
baildon = { version = "0.1.1", path = "../baildon" }
baildon = { version = "0.1.2", path = "../baildon" }
libc.workspace = true
rustyline.workspace = true
serde.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion baildon-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ edition.workspace = true
anyhow.workspace = true
clap.workspace = true
dirs.workspace = true
baildon = { version = "0.1.1", path = "../baildon" }
baildon = { version = "0.1.2", path = "../baildon" }
rustyline.workspace = true
strum.workspace = true
tokio.workspace = true
Expand Down

0 comments on commit 5da8214

Please sign in to comment.