mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Update dependencies throughout the project (#2401)
* Update dependencies * Update stable node ID hashes again, for some reason?
This commit is contained in:
@@ -57,8 +57,8 @@ graph-craft = { workspace = true, features = ["loading"] }
|
||||
pretty_assertions = { workspace = true }
|
||||
|
||||
# Required dependencies
|
||||
criterion = { version = "0.5", features = ["html_reports"]}
|
||||
iai-callgrind = { version = "0.12.3"}
|
||||
criterion = { version = "0.5", features = ["html_reports"] }
|
||||
iai-callgrind = { version = "0.12.3" }
|
||||
|
||||
# Benchmarks
|
||||
[[bench]]
|
||||
|
||||
@@ -923,12 +923,12 @@ mod test {
|
||||
assert_eq!(
|
||||
ids,
|
||||
vec![
|
||||
NodeId(10795919842314709924),
|
||||
NodeId(5986931472261716476),
|
||||
NodeId(1689970140162147057),
|
||||
NodeId(17084072420335757359),
|
||||
NodeId(17163508657634907814),
|
||||
NodeId(3540151743833532788)
|
||||
NodeId(8409339180888025381),
|
||||
NodeId(210279231591542793),
|
||||
NodeId(11043024792989571946),
|
||||
NodeId(16261870568621497283),
|
||||
NodeId(6520148642810552409),
|
||||
NodeId(8779776256867305756)
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user