Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi committed May 29, 2024
1 parent eeca832 commit a478e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compile/include_files.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ pub fn create_temp_hvm(host: &Host) -> Result<(), io::Error> {
r#"
[workspace]
resolver = "2"
package.version = "0.0.0"
members = ["util", "runtime", "gen"]
Expand All @@ -60,7 +61,6 @@ members = ["util", "runtime", "gen"]
r#"
[package]
name = "hvm64-gen"
version = "0.3.0"
edition = "2021"
[lib]
Expand Down

0 comments on commit a478e26

Please sign in to comment.