Skip to content

Commit

Permalink
fix env import
Browse files Browse the repository at this point in the history
  • Loading branch information
capossele committed May 16, 2024
1 parent 55798c9 commit 4aa2347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion methods/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

use std::collections::HashMap;
use std::{collections::HashMap, env};

use risc0_build::{embed_methods_with_options, DockerOptions, GuestOptions};
use risc0_build_ethereum::generate_solidity_files;
Expand Down

0 comments on commit 4aa2347

Please sign in to comment.