Skip to content

Commit

Permalink
Bump default rust template to v0.3.0. (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
phamann authored Apr 22, 2020
1 parent 46537ca commit 8485a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/compute/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type template struct {

const (
defaultTemplate = "https://github.com/fastly/fastly-template-rust-default.git"
defaultTemplateBranch = "0.2.0-alpha4"
defaultTemplateBranch = "0.3.0"
defaultTopLevelDomain = "edgecompute.app"
manageServiceBaseURL = "https://manage.fastly.com/configure/services/"
)
Expand Down

0 comments on commit 8485a2e

Please sign in to comment.