@@ -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.84.1"
30- version = " 0.13.0-dev "
30+ version = " 0.13.0"
3131
3232[workspace .dependencies ]
3333anstyle = " 1.0.10"
@@ -94,25 +94,25 @@ itertools = "0.14"
9494lddtree = " 0.3"
9595libc = " 0.2"
9696lru = " 0.13"
97- maelstrom-base = { version = " 0.13.0-dev " , path = " crates/maelstrom-base" }
98- maelstrom-broker = { version = " 0.13.0-dev " , path = " crates/maelstrom-broker" }
99- maelstrom-client = { version = " 0.13.0-dev " , path = " crates/maelstrom-client" }
100- maelstrom-client-base = { version = " 0.13.0-dev " , path = " crates/maelstrom-client-base" }
101- maelstrom-client-process = { version = " 0.13.0-dev " , path = " crates/maelstrom-client-process" }
102- maelstrom-container = { version = " 0.13.0-dev " , path = " crates/maelstrom-container" }
103- maelstrom-fuse = { version = " 0.13.0-dev " , path = " crates/maelstrom-fuse" }
104- maelstrom-layer-fs = { version = " 0.13.0-dev " , path = " crates/maelstrom-layer-fs" }
105- maelstrom-linux = { version = " 0.13.0-dev " , path = " crates/maelstrom-linux" }
106- maelstrom-macro = { version = " 0.13.0-dev " , path = " crates/maelstrom-macro" }
107- maelstrom-plot = { version = " 0.13.0-dev " , path = " crates/maelstrom-plot" }
108- maelstrom-simex = { version = " 0.13.0-dev " , path = " crates/maelstrom-simex" }
109- maelstrom-test = { version = " 0.13.0-dev " , path = " crates/maelstrom-test" }
110- maelstrom-test-runner = { version = " 0.13.0-dev " , path = " crates/maelstrom-test-runner" }
111- maelstrom-util = { version = " 0.13.0-dev " , path = " crates/maelstrom-util" }
112- maelstrom-web = { version = " 0.13.0-dev " , path = " crates/maelstrom-web" }
113- maelstrom-worker = { version = " 0.13.0-dev " , path = " crates/maelstrom-worker" }
114- maelstrom-worker-child = { version = " 0.13.0-dev " , path = " crates/maelstrom-worker-child" }
115- maelstrom-github = { version = " 0.13.0-dev " , path = " crates/maelstrom-github" }
97+ maelstrom-base = { version = " 0.13.0" , path = " crates/maelstrom-base" }
98+ maelstrom-broker = { version = " 0.13.0" , path = " crates/maelstrom-broker" }
99+ maelstrom-client = { version = " 0.13.0" , path = " crates/maelstrom-client" }
100+ maelstrom-client-base = { version = " 0.13.0" , path = " crates/maelstrom-client-base" }
101+ maelstrom-client-process = { version = " 0.13.0" , path = " crates/maelstrom-client-process" }
102+ maelstrom-container = { version = " 0.13.0" , path = " crates/maelstrom-container" }
103+ maelstrom-fuse = { version = " 0.13.0" , path = " crates/maelstrom-fuse" }
104+ maelstrom-layer-fs = { version = " 0.13.0" , path = " crates/maelstrom-layer-fs" }
105+ maelstrom-linux = { version = " 0.13.0" , path = " crates/maelstrom-linux" }
106+ maelstrom-macro = { version = " 0.13.0" , path = " crates/maelstrom-macro" }
107+ maelstrom-plot = { version = " 0.13.0" , path = " crates/maelstrom-plot" }
108+ maelstrom-simex = { version = " 0.13.0" , path = " crates/maelstrom-simex" }
109+ maelstrom-test = { version = " 0.13.0" , path = " crates/maelstrom-test" }
110+ maelstrom-test-runner = { version = " 0.13.0" , path = " crates/maelstrom-test-runner" }
111+ maelstrom-util = { version = " 0.13.0" , path = " crates/maelstrom-util" }
112+ maelstrom-web = { version = " 0.13.0" , path = " crates/maelstrom-web" }
113+ maelstrom-worker = { version = " 0.13.0" , path = " crates/maelstrom-worker" }
114+ maelstrom-worker-child = { version = " 0.13.0" , path = " crates/maelstrom-worker-child" }
115+ maelstrom-github = { version = " 0.13.0" , path = " crates/maelstrom-github" }
116116maplit = " 1"
117117memchr = " 2"
118118native-tls = " 0.2"
0 commit comments