Skip to content

Commit ccf3141

Browse files
committed
Fix build on MSRV
1 parent fe546b2 commit ccf3141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/plugin_clack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "plugin_clack"
33
version = "0.1.0"
4-
edition = "2024"
4+
edition = "2021"
55

66
[lib]
77
crate-type = ["cdylib"]

0 commit comments

Comments
 (0)