Skip to content

Commit

Permalink
Fix bug in default jolt fibonacci template (#492)
Browse files Browse the repository at this point in the history
This import is broken in the file generated by jolt new [project] and the project fails to build as a result. I noticed this while doing the quickstart.
  • Loading branch information
sashafrolov authored Oct 31, 2024
1 parent e61e51e commit ab44f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,5 +241,5 @@ const GUEST_MAIN: &str = r#"#![cfg_attr(feature = "guest", no_std)]
#![no_main]
#[allow(unused_imports)]
use fibonacci_guest::*;
use guest::*;
"#;

0 comments on commit ab44f03

Please sign in to comment.