Skip to content

Commit

Permalink
Bump default rust template to v0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
phamann committed Apr 22, 2020
1 parent 6de55d0 commit fc2b6c6
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 fc2b6c6

Please sign in to comment.