mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'tibbon1/update_approx_0_5_1' into 'master'
approx 0.4.0 -> 0.5.1 See merge request veloren/veloren!4052
This commit is contained in:
commit
8c6465851d
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -7036,7 +7036,7 @@ dependencies = [
|
||||
name = "veloren-common"
|
||||
version = "0.10.0"
|
||||
dependencies = [
|
||||
"approx 0.4.0",
|
||||
"approx 0.5.1",
|
||||
"bitflags 2.2.1",
|
||||
"cfg-if 1.0.0",
|
||||
"chrono",
|
||||
|
@ -38,7 +38,7 @@ sha2 = "0.10"
|
||||
# Strum
|
||||
strum = { workspace = true }
|
||||
|
||||
approx = "0.4.0"
|
||||
approx = "0.5.1"
|
||||
crossbeam-utils = { workspace = true }
|
||||
crossbeam-channel = { workspace = true }
|
||||
bitflags = { workspace = true, features = ["serde"] }
|
||||
|
Loading…
Reference in New Issue
Block a user