Skip to content

Commit 4ea9d4e

Browse files
committed
update: bump lotus version to 1.34.4-rc1
1 parent 71f3c86 commit 4ea9d4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ impl Default for Config {
204204
Self {
205205
port_range_start: 5700,
206206
port_range_count: 100,
207-
lotus: Location::GitBranch {
207+
lotus: Location::GitTag {
208208
url: "https://github.com/filecoin-project/lotus.git".to_string(),
209-
branch: "feat/redpanda/devnet-support".to_string(),
209+
tag: "v1.34.4-rc1".to_string(),
210210
},
211211
curio: Location::GitBranch {
212212
url: "https://github.com/redpanda-f/curio.git".to_string(),

0 commit comments

Comments
 (0)