diff options
author | Ben Bridle <bridle.benjamin@gmail.com> | 2024-09-07 18:32:37 +1200 |
---|---|---|
committer | Ben Bridle <bridle.benjamin@gmail.com> | 2024-09-07 18:32:37 +1200 |
commit | aa6234821c99d6bfc1a77180643e6bb0c87fa2b8 (patch) | |
tree | 79c213067c24d3d584abc82a8b3609aaa7d1e7b7 /Cargo.toml | |
parent | b90cd9bd45322c103433e97e775e88991930313c (diff) | |
download | bedrock-pc-aa6234821c99d6bfc1a77180643e6bb0c87fa2b8.zip |
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |