summaryrefslogtreecommitdiff
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
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.
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a611804..04ce0e3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -40,8 +40,8 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "bedrock_core"
-version = "3.0.1"
-source = "git+git://benbridle.com/bedrock_core?tag=v3.0.1#dd2dd102451625db4f085f65347e95b9a13ff1b7"
+version = "4.0.0"
+source = "git+git://benbridle.com/bedrock_core?tag=v4.0.0#f5986d0a37dd8c2526432e5e5e3af7083840447d"
[[package]]
name = "bedrock_emu"
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" }