Skip to content

Commit c5faf7e

Browse files
author
poly000
committed
add non-multithread version
1 parent c091fcd commit c5faf7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
uses: softprops/action-gh-release@v1
5959
with:
6060
files: ${{ matrix.target }}.tar
61-
tag_name: v0.3.0
61+
tag_name: v0.3.1
6262
prerelease: true
6363

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 = "fibnacci"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
license = "MIT"
66
repository = "https://github.com/poly000/fibonacci"

0 commit comments

Comments
 (0)