Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
bump fallback version (workaround for branch dep)
Browse files Browse the repository at this point in the history
  • Loading branch information
noise64 committed Dec 3, 2024
1 parent d8000ba commit 28344b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm-rpc/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pub use git_version::git_version;
macro_rules! lib_version {
() => {{
let version =
crate::version::git_version!(args = ["--tags"], cargo_prefix = "", fallback = "0.0.0");
crate::version::git_version!(args = ["--tags"], cargo_prefix = "", fallback = "1.0.0");
if !version.is_empty() && version.as_bytes()[0] == b'v' {
unsafe {
std::str::from_utf8_unchecked(std::slice::from_raw_parts(
Expand Down

0 comments on commit 28344b8

Please sign in to comment.