Skip to content

Commit 07b2147

Browse files
committed
chore(sim-ln): Bump version cargo and workflow
1 parent 8834888 commit 07b2147

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install protoc
1414
run: sudo apt install -y protobuf-compiler
1515
- uses: actions/checkout@v4
16-
- uses: dtolnay/rust-toolchain@1.76.0
16+
- uses: dtolnay/rust-toolchain@1.84.0
1717
- name: Install Clippy
1818
run: rustup component add clippy
1919
- name: Install Rustfmt

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.

sim-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sim-cli"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
license = "MIT"
66
description = """

simln-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simln-lib"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
license = "MIT"
66
description = """

0 commit comments

Comments
 (0)