Skip to content

Commit 874c51d

Browse files
committed
Bump version to 0.10.0
1 parent 737798a commit 874c51d

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: arduino/setup-protoc@v3
2121
with:
2222
version: "26.1"
23+
repo-token: ${{ secrets.GITHUB_TOKEN }}
2324
- name: cargo fmt
2425
run: cargo fmt --all -- --check
2526
- name: cargo clippy

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
uses: arduino/setup-protoc@v3
4242
with:
4343
version: "26.1"
44+
repo-token: ${{ secrets.GITHUB_TOKEN }}
4445
- name: Get tag id
4546
id: get-tag
4647
uses: iawia002/get-tag-or-commit-id@v1
@@ -74,6 +75,7 @@ jobs:
7475
uses: arduino/setup-protoc@v3
7576
with:
7677
version: "26.1"
78+
repo-token: ${{ secrets.GITHUB_TOKEN }}
7779
- name: cargo publish
7880
run: |
7981
cargo publish -p wacker

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.9.0"
10+
version = "0.10.0"
1111
authors = ["Xinzhao Xu"]
1212
edition = "2021"
1313
categories = ["wasm"]
@@ -16,7 +16,7 @@ repository = "https://github.com/wacker-dev/wacker"
1616
license = "Apache-2.0"
1717

1818
[workspace.dependencies]
19-
wacker = { path = "wacker", version = "0.9.0" }
19+
wacker = { path = "wacker", version = "0.10.0" }
2020

2121
anyhow = "1.0.86"
2222
clap = { version = "4.5.4", features = ["derive"] }

0 commit comments

Comments
 (0)