Skip to content

Commit e8a4ae4

Browse files
authored
fix: Crate description
1 parent d4d78fa commit e8a4ae4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "spaceflake"
3-
description = "⛄ A distributed generator to create unique IDs with ease in Go; inspired by Twitter's Snowflake"
4-
version = "1.1.1"
3+
description = "⛄ A distributed generator to create unique IDs with ease in Rust; inspired by Twitter's Snowflake"
4+
version = "1.1.2"
55
edition = "2021"
66
license-file = "LICENSE.md"
77
readme = "README.md"

0 commit comments

Comments
 (0)