Skip to content

Commit 214bbf4

Browse files
committed
Rust: fix test version to 0.0.1 as previously
1 parent d2a0588 commit 214bbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/extractor/src/qltest_cargo.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [".lib", ".proc_macro"]
1010
{{/uses_proc_macro}}
1111
[package]
1212
name = "test"
13-
version = "0.1.0"
13+
version = "0.0.1"
1414
edition = "2021"
1515
[lib]
1616
path = "{{#uses_proc_macro}}../{{/uses_proc_macro}}lib.rs"

0 commit comments

Comments
 (0)