Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandros committed Nov 14, 2024
1 parent 493ecde commit 3ab7a47
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license.workspace = true
workspace = true

[dependencies]
ferrunix = { path = "../ferrunix", version = "=0.3.1" }
ferrunix = { path = "../ferrunix", version = "=0.3.2" }

[dev-dependencies]
skeptic = { git = "https://github.com/Leandros/rust-skeptic.git", rev = "45d69d27c3ee1f0cf66072053bb6f88c1be0e07b" }
Expand Down
2 changes: 1 addition & 1 deletion ferrunix-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ferrunix-core"
version = "0.3.1"
version = "0.3.2"
description = "Core types, traits, and implementations for ferrunix"
readme = "README.md"
# Inherited.
Expand Down
2 changes: 1 addition & 1 deletion ferrunix-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ferrunix-macros"
version = "0.3.1"
version = "0.3.2"
description = "Proc-macro for ferrunix"
readme = "README.md"
# Inherited.
Expand Down
6 changes: 3 additions & 3 deletions ferrunix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ferrunix"
version = "0.3.1"
version = "0.3.2"
description = "A lightweight run-time dependency injection framework for Rust"
readme = "README.md"
# Inherited.
Expand All @@ -24,8 +24,8 @@ tokio = ["ferrunix-core/tokio", "ferrunix-macros?/tokio"]
tracing = ["ferrunix-core/tracing"]

[dependencies]
ferrunix-core = { path = "../ferrunix-core", default-features = false, version = "=0.3.1" }
ferrunix-macros = { path = "../ferrunix-macros", optional = true, version = "=0.3.1" }
ferrunix-core = { path = "../ferrunix-core", default-features = false, version = "=0.3.2" }
ferrunix-macros = { path = "../ferrunix-macros", optional = true, version = "=0.3.2" }

[dev-dependencies]
thiserror = "1"
Expand Down

0 comments on commit 3ab7a47

Please sign in to comment.