@@ -15,7 +15,7 @@ homepage = "https://github.com/maelstrom-software/maelstrom"
1515license = " MIT OR Apache-2.0"
1616repository = " https://github.com/maelstrom-software/maelstrom"
1717rust-version = " 1.75"
18- version = " 0.5.0-dev "
18+ version = " 0.5.0"
1919
2020[workspace .dependencies ]
2121anyhow = " 1.0.71"
@@ -60,17 +60,17 @@ itertools = "0.10.5"
6060lddtree = " 0.3"
6161libc = " 0.2"
6262maplit = " 1"
63- maelstrom-base = { version = " 0.5.0-dev " , path = " crates/maelstrom-base" }
64- maelstrom-broker = { version = " 0.5.0-dev " , path = " crates/maelstrom-broker" }
65- maelstrom-client = { version = " 0.5.0-dev " , path = " crates/maelstrom-client" }
66- maelstrom-container = { version = " 0.5.0-dev " , path = " crates/maelstrom-container" }
67- maelstrom-linux = { version = " 0.5.0-dev " , path = " crates/maelstrom-linux" }
68- maelstrom-plot = { version = " 0.5.0-dev " , path = " crates/maelstrom-plot" }
69- maelstrom-test = { version = " 0.5.0-dev " , path = " crates/maelstrom-test" }
70- maelstrom-util = { version = " 0.5.0-dev " , path = " crates/maelstrom-util" }
71- maelstrom-web = { version = " 0.5.0-dev " , path = " crates/maelstrom-web" }
72- maelstrom-worker = { version = " 0.5.0-dev " , path = " crates/maelstrom-worker" }
73- maelstrom-worker-child = { version = " 0.5.0-dev " , path = " crates/maelstrom-worker-child" }
63+ maelstrom-base = { version = " 0.5.0" , path = " crates/maelstrom-base" }
64+ maelstrom-broker = { version = " 0.5.0" , path = " crates/maelstrom-broker" }
65+ maelstrom-client = { version = " 0.5.0" , path = " crates/maelstrom-client" }
66+ maelstrom-container = { version = " 0.5.0" , path = " crates/maelstrom-container" }
67+ maelstrom-linux = { version = " 0.5.0" , path = " crates/maelstrom-linux" }
68+ maelstrom-plot = { version = " 0.5.0" , path = " crates/maelstrom-plot" }
69+ maelstrom-test = { version = " 0.5.0" , path = " crates/maelstrom-test" }
70+ maelstrom-util = { version = " 0.5.0" , path = " crates/maelstrom-util" }
71+ maelstrom-web = { version = " 0.5.0" , path = " crates/maelstrom-web" }
72+ maelstrom-worker = { version = " 0.5.0" , path = " crates/maelstrom-worker" }
73+ maelstrom-worker-child = { version = " 0.5.0" , path = " crates/maelstrom-worker-child" }
7474netlink-packet-core = " 0.7"
7575netlink-packet-route = " 0.17"
7676nonempty = { version = " 0.8.1" , features = [" serialize" ] }
0 commit comments