@@ -15,7 +15,7 @@ homepage = "https://maelstrom-software.com"
1515license = " MIT OR Apache-2.0"
1616repository = " https://github.com/maelstrom-software/maelstrom"
1717rust-version = " 1.77.1"
18- version = " 0.9.0-dev "
18+ version = " 0.9.0"
1919
2020[workspace .dependencies ]
2121anstyle = " 1.0.6"
@@ -68,23 +68,23 @@ itertools = "0.10.5"
6868lddtree = " 0.3"
6969libc = " 0.2"
7070lru = " 0.12"
71- maelstrom-base = { version = " 0.9.0-dev " , path = " crates/maelstrom-base" }
72- maelstrom-broker = { version = " 0.9.0-dev " , path = " crates/maelstrom-broker" }
73- maelstrom-client = { version = " 0.9.0-dev " , path = " crates/maelstrom-client" }
74- maelstrom-client-base = { version = " 0.9.0-dev " , path = " crates/maelstrom-client-base" }
75- maelstrom-client-process = { version = " 0.9.0-dev " , path = " crates/maelstrom-client-process" }
76- maelstrom-container = { version = " 0.9.0-dev " , path = " crates/maelstrom-container" }
77- maelstrom-fuse = { version = " 0.9.0-dev " , path = " crates/maelstrom-fuse" }
78- maelstrom-layer-fs = { version = " 0.9.0-dev " , path = " crates/maelstrom-layer-fs" }
79- maelstrom-linux = { version = " 0.9.0-dev " , path = " crates/maelstrom-linux" }
80- maelstrom-macro = { version = " 0.9.0-dev " , path = " crates/maelstrom-macro" }
81- maelstrom-plot = { version = " 0.9.0-dev " , path = " crates/maelstrom-plot" }
82- maelstrom-simex = { version = " 0.9.0-dev " , path = " crates/maelstrom-simex" }
83- maelstrom-test = { version = " 0.9.0-dev " , path = " crates/maelstrom-test" }
84- maelstrom-util = { version = " 0.9.0-dev " , path = " crates/maelstrom-util" }
85- maelstrom-web = { version = " 0.9.0-dev " , path = " crates/maelstrom-web" }
86- maelstrom-worker = { version = " 0.9.0-dev " , path = " crates/maelstrom-worker" }
87- maelstrom-worker-child = { version = " 0.9.0-dev " , path = " crates/maelstrom-worker-child" }
71+ maelstrom-base = { version = " 0.9.0" , path = " crates/maelstrom-base" }
72+ maelstrom-broker = { version = " 0.9.0" , path = " crates/maelstrom-broker" }
73+ maelstrom-client = { version = " 0.9.0" , path = " crates/maelstrom-client" }
74+ maelstrom-client-base = { version = " 0.9.0" , path = " crates/maelstrom-client-base" }
75+ maelstrom-client-process = { version = " 0.9.0" , path = " crates/maelstrom-client-process" }
76+ maelstrom-container = { version = " 0.9.0" , path = " crates/maelstrom-container" }
77+ maelstrom-fuse = { version = " 0.9.0" , path = " crates/maelstrom-fuse" }
78+ maelstrom-layer-fs = { version = " 0.9.0" , path = " crates/maelstrom-layer-fs" }
79+ maelstrom-linux = { version = " 0.9.0" , path = " crates/maelstrom-linux" }
80+ maelstrom-macro = { version = " 0.9.0" , path = " crates/maelstrom-macro" }
81+ maelstrom-plot = { version = " 0.9.0" , path = " crates/maelstrom-plot" }
82+ maelstrom-simex = { version = " 0.9.0" , path = " crates/maelstrom-simex" }
83+ maelstrom-test = { version = " 0.9.0" , path = " crates/maelstrom-test" }
84+ maelstrom-util = { version = " 0.9.0" , path = " crates/maelstrom-util" }
85+ maelstrom-web = { version = " 0.9.0" , path = " crates/maelstrom-web" }
86+ maelstrom-worker = { version = " 0.9.0" , path = " crates/maelstrom-worker" }
87+ maelstrom-worker-child = { version = " 0.9.0" , path = " crates/maelstrom-worker-child" }
8888maplit = " 1"
8989memchr = " 2"
9090netlink-packet-core = " 0.7"
0 commit comments