We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f3c86 commit 4ea9d4eCopy full SHA for 4ea9d4e
src/config.rs
@@ -204,9 +204,9 @@ impl Default for Config {
204
Self {
205
port_range_start: 5700,
206
port_range_count: 100,
207
- lotus: Location::GitBranch {
+ lotus: Location::GitTag {
208
url: "https://github.com/filecoin-project/lotus.git".to_string(),
209
- branch: "feat/redpanda/devnet-support".to_string(),
+ tag: "v1.34.4-rc1".to_string(),
210
},
211
curio: Location::GitBranch {
212
url: "https://github.com/redpanda-f/curio.git".to_string(),
0 commit comments