Skip to content

Commit

Permalink
fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandros committed Oct 22, 2024
1 parent de2dbf1 commit 0347bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ferrunix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ workspace = true
default = ["derive"]
multithread = ["ferrunix-core/multithread"]
derive = ["dep:ferrunix-macros"]
tokio = ["ferrunix-core/tokio", "ferrunix-macros/tokio"]
tokio = ["ferrunix-core/tokio", "ferrunix-macros?/tokio"]

[dependencies]
ferrunix-core = { path = "../ferrunix-core", default-features = false, version = "=0.3.0" }
Expand Down

0 comments on commit 0347bde

Please sign in to comment.