From dd7560c494d703629b62f7907cbfa7527d01bdec Mon Sep 17 00:00:00 2001 From: Noah <33094578+coolreader18@users.noreply.github.com> Date: Sat, 28 Nov 2020 14:57:00 -0600 Subject: [PATCH] Implement asdl in the ast and parser --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9baa8ff..d302365 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ ahash = "0.6" [dev-dependencies] rustpython-parser = { path = "../parser" } -insta = "1.1" +insta = "1.5"