From 2b54a7a58193f1fdbc1179a9fcc45e90ada38784 Mon Sep 17 00:00:00 2001 From: Matthew Mage Date: Tue, 8 Dec 2020 17:50:46 -0800 Subject: [PATCH] Update boxcars to v0.8.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 773fa36..e81ee8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ classifier = [ ] [dependencies] -boxcars = "0.8.5" +boxcars = "0.8.6" serde_json = "1.0.52" [dependencies.pyo3]