Skip to content

Commit 488c662

Browse files
authored
fix(deps): add version constraint to httpboot-protocol path dependency (#131)
1 parent 6c83120 commit 488c662

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde_json = "1"
2222

2323
toml = "1.0"
2424

25-
httpboot-protocol = { path = "httpboot-protocol" }
25+
httpboot-protocol = { version = "0.1", path = "./httpboot-protocol" }
2626

2727
# Error handling
2828
thiserror = "2"

0 commit comments

Comments
 (0)