diff options
author | Ben Bridle <bridle.benjamin@gmail.com> | 2024-06-09 10:17:51 +1200 |
---|---|---|
committer | Ben Bridle <bridle.benjamin@gmail.com> | 2024-06-09 10:29:04 +1200 |
commit | 059bf509b8ea8f6d1d61943530a2d967f4c9752c (patch) | |
tree | fe3d3feb67896c66d9523f1ffe3855f5a460f96f /Cargo.toml | |
parent | 76c1369ed95a9f1991a2fbaff2c9a073f7508689 (diff) | |
download | bedrock-pc-059bf509b8ea8f6d1d61943530a2d967f4c9752c.zip |
Update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ description = "Emulator for running Bedrock programs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bedrock_core = { git = "git://benbridle.com/bedrock_core", tag = "v3.0.0" } -phosphor = { git = "git://benbridle.com/phosphor", tag = "v1.0.0" } +bedrock_core = { git = "git://benbridle.com/bedrock_core", tag = "v3.0.1" } +phosphor = { git = "git://benbridle.com/phosphor", tag = "v1.1.0" } geometry = { git = "git://benbridle.com/geometry", tag = "v1.0.0" } mini_paste = "0.1.11" |