Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn authored Sep 12, 2024
1 parent 69e9588 commit 389e85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crate/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub mod sync;
// Should be updated to the latest release of nearcore.
// Currently pointing to nearcore@v2.2.0 released on September 9, 2024
pub const DEFAULT_NEAR_SANDBOX_VERSION: &str =
"master/52b4684c1c8f4a5e18a9439c7a9cef969ebd116c/stable";
"master/9a72275a585ad197f4b296c236b27fa3ce71354e/stable";

const fn platform() -> Option<&'static str> {
#[cfg(all(target_os = "linux", target_arch = "x86_64"))]
Expand Down

0 comments on commit 389e85c

Please sign in to comment.