oops
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user