Skip to content

Commit 2869921

Browse files
committed
Version 0.13.0.
1 parent 5fc6f35 commit 2869921

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

+47
-47
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions

Cargo.lock

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

Cargo.toml

Lines changed: 20 additions & 20 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.84.1"
30-
version = "0.13.0-dev"
30+
version = "0.13.0"
3131

3232
[workspace.dependencies]
3333
anstyle = "1.0.10"
@@ -94,25 +94,25 @@ itertools = "0.14"
9494
lddtree = "0.3"
9595
libc = "0.2"
9696
lru = "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" }
116116
maplit = "1"
117117
memchr = "2"
118118
native-tls = "0.2"

0 commit comments

Comments
 (0)