Skip to content

Commit b9113dc

Browse files
committed
fix: CI
1 parent 4a34512 commit b9113dc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ sails-client-gen = { path = "rs/client-gen" }
6464
sails-client-gen-js = { path = "rs/client-gen-js" }
6565
sails-macros-core = { path = "rs/macros/core" }
6666
sails-macros = { path = "rs/macros" }
67+
sails-reflect-hash-derive = { path = "rs/reflect-hash/derive" }
6768
sails-reflect-hash = { path = "rs/reflect-hash" }
6869
sails-rs = { path = "rs" }
6970
sails-sol-gen = { path = "rs/sol-gen" }
@@ -99,8 +100,8 @@ hex = { version = "0.4", default-features = false }
99100
insta = "1.46"
100101
itertools = "0.14"
101102
keccak-const = "0.2"
102-
lalrpop = { version = "=0.20", default-features = false } # PIN version
103-
lalrpop-util = "=0.20" # PIN version
103+
lalrpop = { version = "=0.20", default-features = false } # PIN version
104+
lalrpop-util = "=0.20" # PIN version
104105
log = { version = "0.4", default-features = false }
105106
logos = "0.16"
106107
mockall = "0.14"

rs/reflect-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ rust-version.workspace = true
1212
[dependencies]
1313
gprimitives = { workspace = true, default-features = false, features = ["codec"] }
1414
keccak-const.workspace = true
15-
sails-reflect-hash-derive = { path = "./derive" }
15+
sails-reflect-hash-derive.workspace = true

0 commit comments

Comments
 (0)