Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions lib/everest/framework/everestrs/Cargo.lock

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

2 changes: 1 addition & 1 deletion lib/everest/framework/everestrs/everestrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ thiserror = "1.0.48"

# Note: the version must be kept in sync with the `cxxbridge-cmd` version installed in `everestrs/CMakeLists.txt`.
# The `=` before the version number ensures that Cargo uses exactly this version when generating new lockfiles.
cxx = { version = "=1.0.189", features = ["c++17"] }
cxx = { version = "=1.0.194", features = ["c++17"] }

[features]
build_bazel = []
Expand Down
Loading