diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ description = "Emulator for running Bedrock programs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bedrock_core = { git = "git://benbridle.com/bedrock_core", tag = "v2.0.0" } +bedrock_core = { git = "git://benbridle.com/bedrock_core", tag = "v3.0.0" } phosphor = { git = "git://benbridle.com/phosphor", tag = "v1.0.0" } geometry = { git = "git://benbridle.com/geometry", tag = "v1.0.0" } |