Skip to content

Commit

Permalink
Merge pull request #142 from Chia-Network/20241017-yaml-upgrade
Browse files Browse the repository at this point in the history
Update rust-yaml to rust-yaml2
  • Loading branch information
prozacchiwawa authored Oct 17, 2024
2 parents 57dbf87 + 0621858 commit 6d23737
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 16 deletions.
44 changes: 32 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ sha2 = "0.9.5"
tempfile = "3.3.0"
clvmr = { version = "0.8.0", features = ["pre-eval"] }
binascii = "0.1.4"
yaml-rust = "0.4"
linked-hash-map = "0.5.6"
yaml-rust2 = "0.9"
hashlink = "0.9.1"
serde = { version = "1.0", features = ["derive", "rc"] }
regex = "1.8.4"
rand = { version = "0.8.5", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions src/classic/clvm_tools/cmds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ use std::time::SystemTime;

use core::cmp::max;

use linked_hash_map::LinkedHashMap;
use yaml_rust::{Yaml, YamlEmitter};
use hashlink::LinkedHashMap;
use yaml_rust2::{Yaml, YamlEmitter};

use clvm_rs::allocator::{Allocator, NodePtr};
use clvm_rs::reduction::EvalErr;
Expand Down

0 comments on commit 6d23737

Please sign in to comment.