Skip to content

Commit

Permalink
chore: bump to v0.2.4 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret authored Oct 22, 2024
1 parent 9d0fcbd commit ed357db
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.

4 changes: 2 additions & 2 deletions fuzon-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "fuzon-http"
version = "0.2.3"
version = "0.2.4"
license.workspace = true
edition.workspace = true

[dependencies]
actix-web = "4.9.0"
clap = { version = "4.5.18", features = ["derive"] }
env_logger = "0.11.5"
fuzon = { version = "0.2.2", path = "../fuzon" }
fuzon = { version = "0.2.4", path = "../fuzon" }
log = "0.4.22"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
2 changes: 1 addition & 1 deletion fuzon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuzon"
version = "0.2.3"
version = "0.2.4"
edition = "2021"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions pyfuzon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyfuzon"
version = "0.2.3"
version = "0.2.4"
edition = "2021"

[lib]
Expand All @@ -11,7 +11,7 @@ crate-type = ["cdylib"]
anyhow = "1.0.86"
clap = { version = "4.5.16", features = ["derive"] }
crossterm = "0.28.1"
fuzon = { version = "0.2.2", path = "../fuzon" }
fuzon = { version = "0.2.4", path = "../fuzon" }
lazy_static = "1.5.0"
oxrdf = "0.1.7"
oxttl = "0.1.0-rc.1"
Expand Down

0 comments on commit ed357db

Please sign in to comment.