From 167a3a8f8f07795b371e04010058ab9a236b3ddb Mon Sep 17 00:00:00 2001 From: ns Date: Fri, 19 Apr 2019 13:52:08 -0400 Subject: [PATCH] Use brs from crates.io --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 93c4a60..32b64ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,4 @@ edition = "2018" lazy_static = "1" regex = "1" bl_save = "0.2" - -[dependencies.brs] -git = "https://github.com/brickadia/brs" -rev = "a95cadd7002817cf7a857dad00408b3955cfd9fb" \ No newline at end of file +brs = "0.1" \ No newline at end of file