Skip to content

Commit 50c10e1

Browse files
committed
chore: Release v0.2.0
1 parent 3512152 commit 50c10e1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

axum/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ruice-axum"
33
description = "Injects services in a ruice container into axum controllers."
4-
version = "0.1.2"
4+
version = "0.2.0"
55
edition = "2021"
66
rust-version = "1.67.1"
77
license = "MIT"
@@ -12,7 +12,7 @@ authors = [
1212
]
1313

1414
[dependencies]
15-
ruice = { path = "../core", version = "=0.1.2" }
15+
ruice = { path = "../core", version = "=0.2.0" }
1616

1717
async-trait = "0.1.74"
1818
axum = "0.7.1"

core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ruice"
33
description = "Runtime based dependency injection for Rust."
4-
version = "0.1.2"
4+
version = "0.2.0"
55
edition = "2021"
66
rust-version = "1.67.1"
77
license = "MIT"

0 commit comments

Comments
 (0)