Skip to content

Commit af81798

Browse files
authored
ci: fix yanked spin crate and reclaculated typo (#10960)
1 parent 90ea4a9 commit af81798

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5332,9 +5332,9 @@ dependencies = [
53325332

53335333
[[package]]
53345334
name = "spin"
5335-
version = "0.9.8"
5335+
version = "0.9.9"
53365336
source = "registry+https://github.com/rust-lang/crates.io-index"
5337-
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
5337+
checksum = "3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e"
53385338
dependencies = [
53395339
"lock_api",
53405340
]

zebra-state/src/service/finalized_state/tests/vectors.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ fn sprout_checks(incremental_tree: SproutNoteCommitmentTree, expected_serialized
455455
deserialized_legacy_tree_as_new.recalculate_root()
456456
);
457457

458-
// Check reclaculated and cached roots are the same
458+
// Check recalculated and cached roots are the same
459459
assert_eq!(
460460
incremental_tree.recalculate_root(),
461461
deserialized_tree
@@ -509,7 +509,7 @@ fn sapling_checks(
509509
deserialized_legacy_tree_as_new.recalculate_root()
510510
);
511511

512-
// Check reclaculated and cached roots are the same
512+
// Check recalculated and cached roots are the same
513513
assert_eq!(
514514
incremental_tree.recalculate_root(),
515515
deserialized_tree
@@ -585,7 +585,7 @@ fn orchard_checks(
585585
deserialized_legacy_tree_as_new.recalculate_root()
586586
);
587587

588-
// Check reclaculated and cached roots are the same
588+
// Check recalculated and cached roots are the same
589589
assert_eq!(
590590
incremental_tree.recalculate_root(),
591591
deserialized_tree

0 commit comments

Comments
 (0)