Skip to content

Commit b926fc9

Browse files
committed
Version 0.12.0.
1 parent 8e09d43 commit b926fc9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+45
-45
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions

Cargo.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ homepage = "https://maelstrom-software.com"
2727
license = "MIT OR Apache-2.0"
2828
repository = "https://github.com/maelstrom-software/maelstrom"
2929
rust-version = "1.81.0"
30-
version = "0.12.0-dev"
30+
version = "0.12.0"
3131

3232
[workspace.dependencies]
3333
anstyle = "1.0.6"
@@ -84,24 +84,24 @@ itertools = "0.10.5"
8484
lddtree = "0.3"
8585
libc = "0.2"
8686
lru = "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" }
105105
maplit = "1"
106106
memchr = "2"
107107
native-tls = "0.2"

0 commit comments

Comments
 (0)