Skip to content

Commit 6d07a53

Browse files
committed
v0.1.0
1 parent c5c4b5e commit 6d07a53

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "semaphore-protocol"
3-
version = "0.1.0-alpha.0"
3+
version = "0.1.0"
44
edition = "2024"
55
description = "Semaphore Rust Implementation"
66
license = "MIT"

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ All tasks related to the Semaphore Rust implementation are public. You can track
6969

7070
## Semaphore Rust Package
7171

72+
<p align="center">
73+
<a href="https://crates.io/crates/semaphore-protocol">
74+
<img src="https://img.shields.io/crates/v/semaphore-protocol?label=semaphore-protocol&style=flat-square">
75+
</a>
76+
</p>
77+
7278
### 🛠 Install
7379

7480
Add this to your `Cargo.toml`:

0 commit comments

Comments
 (0)