From aa6234821c99d6bfc1a77180643e6bb0c87fa2b8 Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Sat, 7 Sep 2024 18:32:37 +1200 Subject: 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. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" } -- cgit v1.2.3-70-g09d2