Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit 395ab6b

Browse files
committed
Bump version to v0.1.1
1 parent 37f2f73 commit 395ab6b

3 files changed

Lines changed: 8 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "abel"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Lua microservices framework."
55
repository = "https://github.com/hack3ric/abel"
66
license = "MIT"
@@ -10,7 +10,7 @@ edition = "2021"
1010
default = ["abel-core/mlua-vendored"]
1111

1212
[dependencies]
13-
abel-core = { path = "../core", version = "0.1.0" }
13+
abel-core = { path = "../core", version = "0.1.1" }
1414
anyhow = { version = "1.0.52", features = ["backtrace"] }
1515
async-trait = "0.1.56"
1616
backtrace = "0.3.63"
@@ -30,7 +30,7 @@ owo-colors = "3.4.0"
3030
pretty_env_logger = "0.4.0"
3131
serde = { version = "1.0.136", features = ["derive"] }
3232
serde_json = { version = "1.0.74", features = ["preserve_order"] }
33-
serde_qs = "0.9.1"
33+
serde_qs = "0.10.1"
3434
slug = "0.1.4"
3535
strum = { version = "0.24.0", features = ["derive"] }
3636
tempfile = "3.3.0"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "abel-core"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Core library of Abel."
55
repository = "https://github.com/hack3ric/abel"
66
license = "MIT"

0 commit comments

Comments
 (0)