mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Rust: fix test version to 0.0.1 as previously
This commit is contained in:
@@ -10,7 +10,7 @@ members = [".lib", ".proc_macro"]
|
||||
{{/uses_proc_macro}}
|
||||
[package]
|
||||
name = "test"
|
||||
version = "0.1.0"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
[lib]
|
||||
path = "{{#uses_proc_macro}}../{{/uses_proc_macro}}lib.rs"
|
||||
|
||||
Reference in New Issue
Block a user