From 3ecf03ebf078edab55dd5409076d337c368cb1c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20H=C3=B6lting?= <87192362+moritz-hoelting@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:31:07 +0200 Subject: [PATCH] update shulkerscript-lang and shulkerbox dependencies --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f2dfe92..6be9208 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ description = "Command line tool to compile ShulkerScript projects" repository = "https://github.com/moritz-hoelting/shulkerscript-cli" readme = "README.md" license = "MIT" -license-file = "LICENSE.txt" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -25,8 +24,8 @@ colored = "2.1.0" serde = { version = "1.0.197", features = ["derive"] } thiserror = "1.0.58" toml = "0.8.12" -shulkerscript-lang = {path = "../shulkerscript-lang", features = ["shulkerbox"], default-features = false} -shulkerbox = {path = "../shulkerbox", default-features = false} +shulkerscript-lang = { git = "https://github.com/moritz-hoelting/shulkerscript-lang", features = ["shulkerbox"], default-features = false, rev = "09b389c2060e73f686d92df3c45290c2c1b34ecb"} +shulkerbox = { git = "https://github.com/moritz-hoelting/shulkerbox", default-features = false, rev = "296502dcc5dd29b3d930ffec91ceec3d161e0e47" } git2 = { version = "0.18.3", default-features = false } path-absolutize = "3.1.1" color-eyre = "0.6.3"