diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ description = "Bedrock emulator" [dependencies] bedrock-asm = { git = "git://benbridle.com/bedrock-asm", tag = "v1.0.1" } bedrock-core = { git = "git://benbridle.com/bedrock-core", tag = "v1.0.0" } -phosphor = { git = "git://benbridle.com/phosphor", tag = "v3.3.0" } +phosphor = { git = "git://benbridle.com/phosphor", tag = "v3.3.1" } geometry = { git = "git://benbridle.com/geometry", tag = "v1.0.0" } inked = { git = "git://benbridle.com/inked", tag = "v1.0.0" } log = { git = "git://benbridle.com/log", tag = "v2.0.0" } |