Compare commits
9 Commits
8a3ef9759c
...
1c1d07dd93
| Author | SHA1 | Date |
|---|---|---|
|
|
1c1d07dd93 | |
|
|
7d5e126267 | |
|
|
c041d51c59 | |
|
|
0dae705a20 | |
|
|
84c348782a | |
|
|
625e3f0e5f | |
|
|
b3e6fa0b00 | |
|
|
2cea801bc7 | |
|
|
4e5089bb89 |
|
|
@ -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 = "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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue