Skip to content

Commit e9ccd71

Browse files
authored
v0.22.1: prepare for new patch release (#1592)
This is to publish #1591, which annoyingly was broke (and fixed) a few days after releasing v0.22.0.
2 parents e17c609 + 0735b1c commit e9ccd71

23 files changed

Lines changed: 49 additions & 47 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ exclude = [
2525
]
2626

2727
[workspace.package]
28-
version = "0.22.0"
28+
version = "0.22.1"
2929
authors = ["The C2Rust Project Developers <c2rust@immunant.com>"]
3030
edition = "2021"
3131
rust-version = "1.65"

analysis/tests/lighttpd-minimal/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

analysis/tests/lighttpd-minimal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
libc = "0.2"
8-
c2rust-analysis-rt = { path = "../../runtime", version = "0.22.0", optional = true }
8+
c2rust-analysis-rt = { path = "../../runtime", version = "0.22.1", optional = true }
99

1010
[features]
1111
miri = []

analysis/tests/lighttpd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
libc = "0.2"
8-
c2rust-analysis-rt = { path = "../../runtime", version = "0.22.0", optional = true }
8+
c2rust-analysis-rt = { path = "../../runtime", version = "0.22.1", optional = true }
99

1010
[features]
1111
miri = []

analysis/tests/minimal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66

77
[dependencies]
88
libc = "0.2"
9-
c2rust-analysis-rt = { path = "../../runtime", version = "0.22.0", optional = true }
9+
c2rust-analysis-rt = { path = "../../runtime", version = "0.22.1", optional = true }
1010

1111
[features]
1212
miri = []

analysis/tests/misc/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

analysis/tests/misc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
libc = "0.2"
10-
c2rust-analysis-rt = { path = "../../runtime", version = "0.22.0", optional = true }
10+
c2rust-analysis-rt = { path = "../../runtime", version = "0.22.1", optional = true }
1111

1212
[features]
1313
miri = []

c2rust-analyze/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish = false
1616
polonius-engine = "0.13.0"
1717
rustc-hash = "1.1.0"
1818
bitflags = "1.3.2"
19-
c2rust-pdg = { path = "../pdg", version = "0.22.0"}
19+
c2rust-pdg = { path = "../pdg", version = "0.22.1"}
2020
bincode = "1.0"
2121
serde = "1.0"
2222
assert_matches = "1.5.0"
@@ -33,11 +33,11 @@ toml_edit = "0.19.8"
3333
sha2 = "0.10.8"
3434

3535
[build-dependencies]
36-
c2rust-build-paths = { path = "../c2rust-build-paths", version = "0.22.0" }
36+
c2rust-build-paths = { path = "../c2rust-build-paths", version = "0.22.1" }
3737
print_bytes = "1.1"
3838

3939
[dev-dependencies]
40-
c2rust-build-paths = { path = "../c2rust-build-paths", version = "0.22.0" }
40+
c2rust-build-paths = { path = "../c2rust-build-paths", version = "0.22.1" }
4141
clap = { version = "4.1.9", features = ["derive"] }
4242
shlex = "1.3.0"
4343

c2rust-ast-exporter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bindgen = { version = "0.69.2", features = ["logging"] }
2222
clang-sys = "1.3"
2323
cmake = "0.1.49"
2424
env_logger = "0.10"
25-
c2rust-build-paths = { path = "../c2rust-build-paths", version = "0.22.0" }
25+
c2rust-build-paths = { path = "../c2rust-build-paths", version = "0.22.1" }
2626

2727
[features]
2828
default = []

0 commit comments

Comments
 (0)