Skip to content

Commit 57f148c

Browse files
authored
2.15.0 (#6)
1 parent e41c6fe commit 57f148c

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[package]
22
name = "cairo-language-common"
33
description = "Common Cairo compiler utils."
4-
version = "2.15.0-rc.1"
4+
version = "2.15.0"
55
edition = "2024"
66
repository = "https://github.com/software-mansion/cairo-language-common"
77
license = "Apache-2.0"
88

99
[dependencies]
10-
cairo-lang-defs = "2.15.0-rc.1"
11-
cairo-lang-diagnostics = "2.15.0-rc.1"
12-
cairo-lang-filesystem = "2.15.0-rc.1"
13-
cairo-lang-parser = "2.15.0-rc.1"
14-
cairo-lang-semantic = "2.15.0-rc.1"
15-
cairo-lang-syntax = "2.15.0-rc.1"
16-
cairo-lang-utils = "2.15.0-rc.1"
10+
cairo-lang-defs = "2.15.0"
11+
cairo-lang-diagnostics = "2.15.0"
12+
cairo-lang-filesystem = "2.15.0"
13+
cairo-lang-parser = "2.15.0"
14+
cairo-lang-semantic = "2.15.0"
15+
cairo-lang-syntax = "2.15.0"
16+
cairo-lang-utils = "2.15.0"
1717
salsa = "0.24.0"
1818
semver = "1"
1919
tracing = "0.1"

0 commit comments

Comments
 (0)