Skip to content

Commit

Permalink
feat(template): change pike dependency branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lowitea committed Mar 5, 2025
1 parent 94ce6f3 commit e69d13b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin_template/_Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ serde = { version = "1", features = ["derive"] }
log = "0.4"

[dev-dependencies]
picodata-pike = { git = "https://github.com/picodata/pike.git", branch = "sng_features" } # TODO: change after publish on crates.io
picodata-pike = { git = "https://github.com/picodata/pike.git", branch = "master" } # TODO: change after publish on crates.io
reqwest = { version = "0.12", features = ["blocking"] }

[build-dependencies]
picodata-pike = { git = "https://github.com/picodata/pike.git", branch = "sng_features" } # TODO: change after publish on crates.io
picodata-pike = { git = "https://github.com/picodata/pike.git", branch = "master" } # TODO: change after publish on crates.io
liquid = "0.26"
fs_extra = "1"

Expand Down

0 comments on commit e69d13b

Please sign in to comment.