Compare commits

..

9 Commits

Author SHA1 Message Date
Moritz Hölting 8a3ef9759c update to use shulkerscript branch feature/variables 2026-04-02 13:18:49 +02:00
Moritz Hölting 488a9b2470 fix clap command name & add notice if zip feature is disabled 2026-04-02 13:17:05 +02:00
Moritz Hölting 7c7980ab5e update install scripts 2026-04-02 13:16:20 +02:00
Moritz Hölting 0cd993c4ed prepare release of version 0.1.0 2026-04-02 13:16:20 +02:00
Moritz Hölting 86ffd27e0b change to dual license and final fixes for release 2026-04-02 13:15:12 +02:00
Moritz Hölting e82e17da68 add CONTRIBUTING and CODE_OF_CONDUCT 2026-04-02 13:13:22 +02:00
Moritz Hölting 3c9bd6c6bf implement basic migration subcommand 2026-04-02 13:13:22 +02:00
Moritz Hölting 39ccbf560f update dependency version and add check flag to build 2026-04-02 13:12:18 +02:00
Moritz Hölting 5deff21348 update shulkerscript-lang dependency 2026-04-02 13:09:54 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ pathdiff = "0.2.3"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = { version = "1.0.138", optional = true }
# shulkerscript = { version = "0.1.0", features = ["fs_access", "shulkerbox"], default-features = false }
shulkerscript = { git = "https://github.com/moritz-hoelting/shulkerscript-lang", features = ["fs_access", "shulkerbox"], default-features = false, rev = "d9f2d99c3a5e09488fc85ad792501a209387a89d" }
shulkerscript = { git = "https://github.com/moritz-hoelting/shulkerscript-lang", features = ["fs_access", "shulkerbox"], default-features = false, rev = "1ed2919ab0375e625f55997e8ad3505b2137efb0" }
thiserror = "2.0.11"
toml = "0.9.5"
tracing = "0.1.41"