Skip to content

Commit

Permalink
chore: replace version = "::sdk-version::" with ::sdk-version-toml::
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Oct 19, 2023
1 parent 20c18b9 commit 33b627b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ crate-type = ["cdylib"]

[dependencies]
# NOTE: uncomment line 11 and comment 12, if it's desirable to switch to published `near-sdk` version
# near-sdk = { default-features = false, version = "::sdk-version::" }
# near-sdk = { default-features = false, ::sdk-version-toml:: }
near-sdk = { default-features = false, ::sdk-git-version-toml-comma:: }
serde = { version = "1", features = ["derive"] }
schemars = "0.8"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
near-sdk = { path = "::path::", version = "::sdk-version::" }
near-sdk = { path = "::path::", ::sdk-version-toml:: }
serde = { version = "1", features = ["derive"] }
schemars = "0.8"

Expand Down

0 comments on commit 33b627b

Please sign in to comment.