Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Sep 9, 2023
1 parent 0fc6ba8 commit b939ce1
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 @@ -3,7 +3,7 @@ members = ["example", "scyllax-macros"]
resolver = "2"

[workspace.package]
version = "0.1.2-alpha"
version = "0.1.4-alpha"
license = "MIT OR Apache-2.0"
edition = "2021"
repository = "https://github.com/trufflehq/scyllax"
Expand Down Expand Up @@ -33,13 +33,13 @@ getrandom = "0.2"
mac_address = "1"
once_cell = "1"
scylla = { workspace = true }
scyllax-macros = { version = "0.1.2-alpha", path = "./scyllax-macros" }
scyllax-macros = { version = "0.1.4-alpha", path = "./scyllax-macros" }
thiserror = "1"
tracing = { workspace = true }
uuid = { workspace = true }

[workspace.dependencies]
scyllax-macros = { verison = "0.1.2-alpha", path = "scyllax-macros" }
scyllax-macros = { verison = "0.1.4-alpha", path = "scyllax-macros" }
anyhow = "1"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt", "json", "tracing-log", "parking_lot"] }
Expand Down

0 comments on commit b939ce1

Please sign in to comment.