Skip to content

Commit

Permalink
chore: move near-sdk-rs pointer to master
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Jan 16, 2024
1 parent aa85dd3 commit e7ad8c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ pub mod from_git {
use const_format::formatcp;

pub const SDK_VERSION: &str = "5.0.0-alpha.1";
pub const SDK_REVISION: &str = "fc5d161068239cb1545c705ff0e48e8a868b8dea";
pub const SDK_REVISION: &str = "13430592a7be246dd5a29439791f4081e0107ff3";
pub const SDK_SHORT_VERSION_TOML: &str = formatcp!(r#"version = "{SDK_VERSION}""#);
pub const SDK_REPO: &str = "https://github.com/dj8yfo/near-sdk-rs.git";
pub const SDK_REPO: &str = "https://github.com/near/near-sdk-rs.git";
pub const SDK_VERSION_TOML: &str =
formatcp!(r#"version = "{SDK_VERSION}", git = "{SDK_REPO}", rev = "{SDK_REVISION}""#);
pub const SDK_VERSION_TOML_TABLE: &str = formatcp!(
Expand Down

0 comments on commit e7ad8c0

Please sign in to comment.