summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e6a17d8..bfb02c2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "bedrock-pc"
-version = "1.0.0-alpha3"
+version = "1.0.0-alpha5"
authors = ["Ben Bridle"]
edition = "2021"
description = "Bedrock emulator and assembler"
[dependencies]
-bedrock-asm = { git = "git://benbridle.com/bedrock-asm", tag = "v5.0.0" }
-bedrock-core = { git = "git://benbridle.com/bedrock-core", tag = "v5.1.0" }
+bedrock-asm = { git = "git://benbridle.com/bedrock-asm", tag = "v6.0.0" }
+bedrock-core = { git = "git://benbridle.com/bedrock-core", tag = "v6.0.0" }
phosphor = { git = "git://benbridle.com/phosphor", tag = "v3.2.2" }
geometry = { git = "git://benbridle.com/geometry", tag = "v1.0.0" }
log = { git = "git://benbridle.com/log", tag = "v1.1.2" }