Skip to content

Commit b2afe47

Browse files
authored
fix(rust/signed-doc): Downgrade build-info-build as it causes problem in cat-gateway (#564)
* initial * fix: version * chore: remove new version
1 parent 51cca94 commit b2afe47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/catalyst-signed-doc-spec/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde = { version = "1.0.219", features = ["derive"] }
1717

1818
quote = "1.0"
1919
proc-macro2 = "1.0"
20-
build-info = "0.0.41"
20+
build-info = "0.0.39"
2121

2222
[build-dependencies]
23-
build-info-build = "0.0.41"
23+
build-info-build = "0.0.39"

0 commit comments

Comments
 (0)