summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2024-09-07 18:32:37 +1200
committerBen Bridle <bridle.benjamin@gmail.com>2024-09-07 18:32:37 +1200
commitaa6234821c99d6bfc1a77180643e6bb0c87fa2b8 (patch)
tree79c213067c24d3d584abc82a8b3609aaa7d1e7b7 /Cargo.toml
parentb90cd9bd45322c103433e97e775e88991930313c (diff)
downloadbedrock-pc-aa6234821c99d6bfc1a77180643e6bb0c87fa2b8.zip
Update bedrock_core dependency to v4.0.0
This version of bedrock_core conforms to the final Bedrock core specification, which will not be changed from this point forward.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4e23537..5d5812a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ description = "Emulator for running Bedrock programs"
[dependencies]
-bedrock_core = { git = "git://benbridle.com/bedrock_core", tag = "v3.0.1" }
+bedrock_core = { git = "git://benbridle.com/bedrock_core", tag = "v4.0.0" }
phosphor = { git = "git://benbridle.com/phosphor", tag = "v2.0.0" }
geometry = { git = "git://benbridle.com/geometry", tag = "v1.0.0" }