Skip to content

Commit

Permalink
Merge pull request #13 from gear-foundation/tm-update-version
Browse files Browse the repository at this point in the history
Update sails version
  • Loading branch information
MedovTimur authored Jul 30, 2024
2 parents d0bf47a + c4d39a5 commit e42d421
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 21 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added extended-vft/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion extended-vft/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/target
./wasm/.binpath
/.DS_Store
./wasm/.DS_Store
19 changes: 12 additions & 7 deletions extended-vft/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions extended-vft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ gclient = "1.4.2"
gear-core = "1.4.2"
gwasm-builder = { package = "gear-wasm-builder", version = "1.4.2" }
parity-scale-codec = { version = "3.6", default-features = false }
sails-idl-gen = { git = "https://github.com/gear-tech/sails" }
sails-client-gen = { git = "https://github.com/gear-tech/sails" }
sails-rs = { git = "https://github.com/gear-tech/sails" }
sails-idl-gen = "0.2.0"
sails-client-gen = "0.2.0"
sails-rs = "0.2.0"
scale-info = { version = "2.10", default-features = false }
primitive-types = { version = "*", default-features = false }
derive-more = { version = "*", default-features = false, features = ["display"] }
Expand All @@ -31,4 +31,5 @@ syn = "2.0"
thiserror = "1.0"
tokio = "1.36"
trybuild = "1"
vft-service = { git = "https://github.com/gear-foundation/standards" }
vft-service = { path = "../vft-service" }
#vft-service = { git = "https://github.com/gear-foundation/standards" }
Binary file added extended-vft/wasm/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion extended-vft/wasm/.binpath
Original file line number Diff line number Diff line change
@@ -1 +1 @@
../target/wasm32-unknown-unknown/release/extended_vft_wasm
../target/wasm32-unknown-unknown/debug/extended_vft_wasm
2 changes: 1 addition & 1 deletion vft-service/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/target
./wasm/.binpath

./wasm/.DS_Store
15 changes: 9 additions & 6 deletions vft-service/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vft-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
[dependencies]
gstd = "1.4.2"
log = "*"
sails-rs = { git = "https://github.com/gear-tech/sails" }
sails-rs = "0.2.0"
parity-scale-codec = { version = "3.6", default-features = false }
scale-info = { version = "2.10", default-features = false }

Expand Down

0 comments on commit e42d421

Please sign in to comment.