From 16fbaaaee69ca738691dae5a9393613955bb8cd3 Mon Sep 17 00:00:00 2001 From: Katelyn Martin Date: Tue, 7 Apr 2020 13:59:43 -0400 Subject: [PATCH] bump fastly version [..] Now that the CLI can initialize a template using a specific repository branch, bump the version of the guest API we are using to `0.2.0-alpha4-dev`. This will be set to `0.2.0-alpha4` when we release a new version of the guest API, on a branch with the same name. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63dc928..115379b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ edition = "2018" debug = true [dependencies] -fastly = "^0.2.0-alpha3" +fastly = "^0.2.0-alpha4-dev"