Skip to content

Commit ae438af

Browse files
committed
fix deprecated notice
1 parent a31182c commit ae438af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//! driver for environments that run on WebAssembly.
88
//!
99
#![deprecated(
10-
since = "0.33",
10+
since = "0.33.0",
1111
note = "this crate has been deprecated, please use the `libsql` crate instead"
1212
)]
1313

0 commit comments

Comments
 (0)