Skip to content

Commit

Permalink
ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvsadana committed Aug 4, 2023
1 parent 4508ae0 commit 06437d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Cairo-VM Changelog

#### Upcoming Changes
* feat: add a `--tracer` option which hosts a web server that shows the line by line execution of cairo code along with memoery registers [#1265](https://github.com/lambdaclass/cairo-vm/pull/1265)

#### [0.8.5] - 2023-7-31

Expand Down
1 change: 1 addition & 0 deletions vm/src/serde/deserialize_program.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ pub struct InputFile {
}

impl InputFile {
#[cfg(feature = "std")]
pub fn get_content(&self) -> Result<String, String> {
let content = std::fs::read_to_string(self.filename.clone());
if let Ok(content) = content {
Expand Down

0 comments on commit 06437d8

Please sign in to comment.