Compare commits

..

9 Commits

Author SHA1 Message Date
Hölting, Moritz (Intern) 1c1d07dd93 update to use shulkerscript branch feature/variables 2025-08-27 12:58:37 +02:00
Moritz Hölting 7d5e126267 fix clap command name & add notice if zip feature is disabled 2025-03-05 17:06:29 +01:00
Moritz Hölting c041d51c59 update install scripts 2024-10-01 12:50:26 +02:00
Moritz Hölting 0dae705a20 prepare release of version 0.1.0 2024-10-01 12:29:50 +02:00
Moritz Hölting 84c348782a change to dual license and final fixes for release 2024-09-30 17:01:06 +02:00
Moritz Hölting 625e3f0e5f add CONTRIBUTING and CODE_OF_CONDUCT 2024-09-22 23:28:41 +02:00
Moritz Hölting b3e6fa0b00 implement basic migration subcommand 2024-09-22 23:01:05 +02:00
Moritz Hölting 2cea801bc7 update dependency version and add check flag to build 2024-09-22 13:39:57 +02:00
Moritz Hölting 4e5089bb89 update shulkerscript-lang dependency 2024-09-19 21:04:56 +02:00
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1794,4 +1794,4 @@ dependencies = [
"log",
"once_cell",
"simd-adler32",
]
]

View File

@ -44,9 +44,9 @@ 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 = "1ed2919ab0375e625f55997e8ad3505b2137efb0" }
shulkerscript = { git = "https://github.com/moritz-hoelting/shulkerscript-lang", features = ["fs_access", "shulkerbox"], default-features = false, rev = "d9f2d99c3a5e09488fc85ad792501a209387a89d" }
thiserror = "2.0.11"
toml = "0.9.5"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
walkdir = { version = "2.5.0", optional = true }
walkdir = { version = "2.5.0", optional = true }