Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatisseB committed Jun 29, 2024
1 parent 61bc493 commit 1aba961
Show file tree
Hide file tree
Showing 2 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = { workspace = true }
license = { workspace = true }

[workspace.package]
version = "0.1.1"
version = "0.1.2"
authors = ["LogCraft <dev@logcraft.io>"]
edition = "2021"
license = "MPL-2.0"
Expand Down Expand Up @@ -59,8 +59,8 @@ figment = { version = "0.10", features = ["yaml", "env"] }
envsubst = "0.2"

# Local dependencies
logcraft-common = { path = "crates/common", version = "0.1.1" }
logcraft-runtime = { path = "crates/runtime", version = "0.1.1" }
logcraft-common = { path = "crates/common", version = "0.1.2" }
logcraft-runtime = { path = "crates/runtime", version = "0.1.2" }

[target.x86_64-unknown-linux-gnu.dependencies]
openssl = { version = "0.10", features = ["vendored"] }
Expand Down

0 comments on commit 1aba961

Please sign in to comment.