diff --git a/docs/02-basic/05-testing/using-gtest.md b/docs/02-basic/05-testing/using-gtest.md index 03ac47e..df188be 100644 --- a/docs/02-basic/05-testing/using-gtest.md +++ b/docs/02-basic/05-testing/using-gtest.md @@ -21,11 +21,11 @@ authors = ["Your Name"] edition = "2021" [dependencies] -gstd = { git = "https://github.com/gear-tech/gear.git", tag = "v1.0.2" } +gstd = { git = "https://github.com/gear-tech/gear.git", tag = "v1.2.0" } [build-dependencies] -gear-wasm-builder = { git = "https://github.com/gear-tech/gear.git", tag = "v1.0.2" } +gear-wasm-builder = { git = "https://github.com/gear-tech/gear.git", tag = "v1.2.0" } [dev-dependencies] -gtest = { git = "https://github.com/gear-tech/gear.git", tag = "v1.0.2" } +gtest = { git = "https://github.com/gear-tech/gear.git", tag = "v1.2.0" } ``` diff --git a/docs/02-basic/06-homework/assignment.md b/docs/02-basic/06-homework/assignment.md index e9e93ff..dc697bd 100644 --- a/docs/02-basic/06-homework/assignment.md +++ b/docs/02-basic/06-homework/assignment.md @@ -49,8 +49,8 @@ edition = "2021" publish = false [dependencies] -gmeta = "1.1.0" -gstd = "1.1.0" +gstd = { git = "https://github.com/gear-tech/gear.git", tag = "v1.2.0" } +gmeta = { git = "https://github.com/gear-tech/gear.git", tag = "v1.2.0" } parity-scale-codec = { version = "3", default-features = false } scale-info = { version = "2", default-features = false } ```