@@ -27,7 +27,7 @@ homepage = "https://maelstrom-software.com"
2727license = " MIT OR Apache-2.0"
2828repository = " https://github.com/maelstrom-software/maelstrom"
2929rust-version = " 1.81.0"
30- version = " 0.12.0-dev "
30+ version = " 0.12.0"
3131
3232[workspace .dependencies ]
3333anstyle = " 1.0.6"
@@ -84,24 +84,24 @@ itertools = "0.10.5"
8484lddtree = " 0.3"
8585libc = " 0.2"
8686lru = " 0.12"
87- maelstrom-base = { version = " 0.12.0-dev " , path = " crates/maelstrom-base" }
88- maelstrom-broker = { version = " 0.12.0-dev " , path = " crates/maelstrom-broker" }
89- maelstrom-client = { version = " 0.12.0-dev " , path = " crates/maelstrom-client" }
90- maelstrom-client-base = { version = " 0.12.0-dev " , path = " crates/maelstrom-client-base" }
91- maelstrom-client-process = { version = " 0.12.0-dev " , path = " crates/maelstrom-client-process" }
92- maelstrom-container = { version = " 0.12.0-dev " , path = " crates/maelstrom-container" }
93- maelstrom-fuse = { version = " 0.12.0-dev " , path = " crates/maelstrom-fuse" }
94- maelstrom-layer-fs = { version = " 0.12.0-dev " , path = " crates/maelstrom-layer-fs" }
95- maelstrom-linux = { version = " 0.12.0-dev " , path = " crates/maelstrom-linux" }
96- maelstrom-macro = { version = " 0.12.0-dev " , path = " crates/maelstrom-macro" }
97- maelstrom-plot = { version = " 0.12.0-dev " , path = " crates/maelstrom-plot" }
98- maelstrom-simex = { version = " 0.12.0-dev " , path = " crates/maelstrom-simex" }
99- maelstrom-test = { version = " 0.12.0-dev " , path = " crates/maelstrom-test" }
100- maelstrom-test-runner = { version = " 0.12.0-dev " , path = " crates/maelstrom-test-runner" }
101- maelstrom-util = { version = " 0.12.0-dev " , path = " crates/maelstrom-util" }
102- maelstrom-web = { version = " 0.12.0-dev " , path = " crates/maelstrom-web" }
103- maelstrom-worker = { version = " 0.12.0-dev " , path = " crates/maelstrom-worker" }
104- maelstrom-worker-child = { version = " 0.12.0-dev " , path = " crates/maelstrom-worker-child" }
87+ maelstrom-base = { version = " 0.12.0" , path = " crates/maelstrom-base" }
88+ maelstrom-broker = { version = " 0.12.0" , path = " crates/maelstrom-broker" }
89+ maelstrom-client = { version = " 0.12.0" , path = " crates/maelstrom-client" }
90+ maelstrom-client-base = { version = " 0.12.0" , path = " crates/maelstrom-client-base" }
91+ maelstrom-client-process = { version = " 0.12.0" , path = " crates/maelstrom-client-process" }
92+ maelstrom-container = { version = " 0.12.0" , path = " crates/maelstrom-container" }
93+ maelstrom-fuse = { version = " 0.12.0" , path = " crates/maelstrom-fuse" }
94+ maelstrom-layer-fs = { version = " 0.12.0" , path = " crates/maelstrom-layer-fs" }
95+ maelstrom-linux = { version = " 0.12.0" , path = " crates/maelstrom-linux" }
96+ maelstrom-macro = { version = " 0.12.0" , path = " crates/maelstrom-macro" }
97+ maelstrom-plot = { version = " 0.12.0" , path = " crates/maelstrom-plot" }
98+ maelstrom-simex = { version = " 0.12.0" , path = " crates/maelstrom-simex" }
99+ maelstrom-test = { version = " 0.12.0" , path = " crates/maelstrom-test" }
100+ maelstrom-test-runner = { version = " 0.12.0" , path = " crates/maelstrom-test-runner" }
101+ maelstrom-util = { version = " 0.12.0" , path = " crates/maelstrom-util" }
102+ maelstrom-web = { version = " 0.12.0" , path = " crates/maelstrom-web" }
103+ maelstrom-worker = { version = " 0.12.0" , path = " crates/maelstrom-worker" }
104+ maelstrom-worker-child = { version = " 0.12.0" , path = " crates/maelstrom-worker-child" }
105105maplit = " 1"
106106memchr = " 2"
107107native-tls = " 0.2"
0 commit comments