Skip to content

Commit 93cf916

Browse files
committed
chore: bump to v0.1.3
1 parent b284f93 commit 93cf916

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Publish
2121
run: |
2222
cargo login $PUBLISH_TOKEN
23-
cargo publish --dry-run
23+
cargo publish
2424
env:
2525
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
2626
- name: Create Release

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "yag"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Wang Jie <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)