Skip to content

Commit 384481c

Browse files
authored
Merge pull request #22 from nyxCore-Systems/develop
chore: bump version to 2.1.1 for crates.io publish
2 parents 29e7807 + 9018712 commit 384481c

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "2.1.0"
10+
version = "2.1.1"
1111
edition = "2021"
1212
rust-version = "1.78"
1313
authors = ["Lisa Welsch <lisa@nyxcore.cloud>"]

tools/lip-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = "lip"
1818
path = "src/main.rs"
1919

2020
[dependencies]
21-
lip = { package = "lip-core", path = "../../bindings/rust", version = "2.1.0" }
21+
lip = { package = "lip-core", path = "../../bindings/rust", version = "2.1.1" }
2222
clap = { version = "4", features = ["derive", "env"] }
2323
tokio = { version = "1", features = ["full"] }
2424
tower-lsp = "0.20"

tools/lip-registry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = "lip-registry"
1818
path = "src/main.rs"
1919

2020
[dependencies]
21-
lip = { package = "lip-core", path = "../../bindings/rust", version = "2.1.0" }
21+
lip = { package = "lip-core", path = "../../bindings/rust", version = "2.1.1" }
2222
axum = "0.7"
2323
tokio = { version = "1", features = ["full"] }
2424
tower-http = { version = "0.5", features = ["fs", "trace"] }

0 commit comments

Comments
 (0)