Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Bump version for release (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Flansburg <[email protected]>
  • Loading branch information
kflansburg authored Sep 27, 2021
1 parent f158936 commit 0e0f4ec
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.

2 changes: 1 addition & 1 deletion krator-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "krator-derive"
version = "0.3.0"
version = "0.4.0"
authors = [
"Kevin Flansburg <[email protected]>",
"Taylor Thomas <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions krator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "krator"
version = "0.4.0"
version = "0.5.0"
authors = [
"Kevin Flansburg <[email protected]>",
"Taylor Thomas <[email protected]>",
Expand Down Expand Up @@ -41,7 +41,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = { version = "0.8", optional = true }
futures = { version = "0.3", default-features = false }
krator-derive = { version = "0.3", path = "../krator-derive", optional = true }
krator-derive = { version = "0.4", path = "../krator-derive", optional = true }
warp = { version = "0.3", optional = true, features = ["tls"] }
json-patch = { version = "0.2", optional = true }
tracing = { version = "0.1", features = ['log'] }
Expand Down

0 comments on commit 0e0f4ec

Please sign in to comment.