Skip to content

Commit b3c3fac

Browse files
committed
fix ci again
1 parent fdcc696 commit b3c3fac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -42,7 +42,7 @@ rusqlite = { package = "libsql-rusqlite", path = "vendored/rusqlite", version =
4242
# Config for 'cargo dist'
4343
[workspace.metadata.dist]
4444
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
45-
cargo-dist-version = "0.8.2"
45+
cargo-dist-version = "0.11.1"
4646
# CI backends to support
4747
ci = ["github"]
4848
# The installers to generate for each app

libsql-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libsql-server"
3-
version = "0.24.1"
3+
version = "0.24.2"
44
edition = "2021"
55
default-run = "sqld"
66

0 commit comments

Comments
 (0)