Skip to content

Commit

Permalink
Addressed reviewer comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirVer committed Sep 22, 2023
1 parent 143cd9a commit f5d4e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion everestrs/everestrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
argh = "0.1.10"
cxx = { version = "1.0.107", features = ["c++20"] }
cxx = { version = "1.0.107", features = ["c++17"] }
serde = { version = "1.0.175", features = ["derive"] }
serde_json = "1"
thiserror = "1.0.48"

0 comments on commit f5d4e32

Please sign in to comment.