diff --git a/Cargo.lock b/Cargo.lock index b40d28e..fc91577 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -308,8 +308,9 @@ checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" [[package]] name = "mini-alloc" -version = "0.5.2" -source = "git+https://github.com/OffchainLabs/stylus-sdk-rs.git?rev=refs/pull/145/head#a1267bfe56bbe7953728047082491fb4582d41c8" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "14eacc4bfcf10da9b6d5185ef51b2dc75434afac34b4d8aabe40f6b141ee071c" dependencies = [ "cfg-if", ] @@ -529,8 +530,9 @@ dependencies = [ [[package]] name = "stylus-proc" -version = "0.5.2" -source = "git+https://github.com/OffchainLabs/stylus-sdk-rs.git?rev=refs/pull/145/head#a1267bfe56bbe7953728047082491fb4582d41c8" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fd02e91dffe7b73df84a861c992494d6b72054bc9a17fe73e147e34e9a64ef3" dependencies = [ "alloy-primitives", "alloy-sol-types", @@ -547,8 +549,9 @@ dependencies = [ [[package]] name = "stylus-sdk" -version = "0.5.2" -source = "git+https://github.com/OffchainLabs/stylus-sdk-rs.git?rev=refs/pull/145/head#a1267bfe56bbe7953728047082491fb4582d41c8" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26042693706e29fb7e3cf3d71c99534ac97fca98b6f81ba77ab658022ab2e210" dependencies = [ "alloy-primitives", "alloy-sol-types", diff --git a/Cargo.toml b/Cargo.toml index 08ddc2d..d08da46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.2" edition = "2021" [dependencies] -stylus-sdk = { git = "https://github.com/OffchainLabs/stylus-sdk-rs.git", rev = "refs/pull/145/head" } +stylus-sdk = "0.6.0" [features] export-abi = ["stylus-sdk/export-abi"]