This commit is contained in:
2025-07-02 15:38:13 +02:00
parent def3f4040f
commit e1616710aa
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -242,8 +242,8 @@ dependencies = [
[[package]]
name = "graphemy"
version = "0.4.0"
source = "git+https://codeberg.org/zhuriel/graphemy?branch=master#fcc5afb41fc24f18753779c9b08a416f9bcc5e6b"
version = "0.5.0"
source = "git+https://codeberg.org/zhuriel/graphemy?tag=v0.5.0#071ad35f4bfada64ec65ffad47e9f7fbe01ca714"
dependencies = [
"bigdecimal",
"glam",

View File

@ -7,7 +7,7 @@ edition = "2021"
crate-type = ["cdylib"]
[dependencies]
graphemy = { git = "https://codeberg.org/zhuriel/graphemy", branch = 'master' }
graphemy = { git = "https://codeberg.org/zhuriel/graphemy", tag = 'v0.5.0' }
serde = "1.0"
serde_json = "1.0.140"
wasm-minimal-protocol = "0.1.0"