From 4d19cb5c537c41567f3279cae65b45f0eda30427 Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Tue, 14 Jan 2025 10:56:18 +1300 Subject: Update dependencies Library names have changed from using underscores as separators to using hyphens for separators. phosphor has a dependency on event-queue, which was also affected by this change. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 18622ab..2bfc253 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,9 +6,9 @@ edition = "2021" description = "Emulator for running Bedrock programs" [dependencies] -bedrock-asm = { git = "git://benbridle.com/bedrock_asm", tag = "v4.0.6" } -bedrock-core = { git = "git://benbridle.com/bedrock_core", tag = "v5.0.0" } -phosphor = { git = "git://benbridle.com/phosphor", tag = "v3.2.1" } +bedrock-asm = { git = "git://benbridle.com/bedrock-asm", tag = "v4.0.6" } +bedrock-core = { git = "git://benbridle.com/bedrock-core", tag = "v5.0.0" } +phosphor = { git = "git://benbridle.com/phosphor", tag = "v3.2.2" } geometry = { git = "git://benbridle.com/geometry", tag = "v1.0.0" } chrono = { version = "0.4.38" } -- cgit v1.2.3-70-g09d2