Compare commits

..

7 Commits

Author SHA1 Message Date
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 2 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

@ -48,4 +48,4 @@ thiserror = "1.0.63"
toml = "0.8.19"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
walkdir = { version = "2.5.0", optional = true }
walkdir = { version = "2.5.0", optional = true }