From 31cca896f444a0f71c14608c30deb5b6c4256d53 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Sat, 24 Sep 2016 17:54:34 -0700 Subject: [PATCH] Use upstream Aster now that PR has been merged. --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d57589fb..52de3b44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,3 @@ members = [ "examples/json", "examples/handlebars_templates", ] - -[replace] -"aster:0.26.1" = { git = "https://github.com/jchlapinski/aster" }