Skip to content

Commit

Permalink
updated sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
joernheinemann committed Oct 16, 2023
1 parent ed26f00 commit 0e94082
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 17 deletions.
49 changes: 36 additions & 13 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ rustgram-server-util = {git= "https://gitlab.com/grammm/rustgram/rustgram-server

#_______________________________________________________________________________________________________________________

sentc-crypto = {git = "https://github.com/sentclose/sentc.git", rev="ad3a44c59bae5867c5a2a95a7f066890673904ca", default-features = false, features = ["rust", "server"]}
sentc-crypto = {git = "https://github.com/sentclose/sentc.git", rev="02c9cabc018a8c8d624da6e4805e766f09815bb0", default-features = false, features = ["rust", "server"]}
#sentc-crypto = {path = "../../sdk/crypto", default-features = false, features = ["rust", "server"]} # for local dev

sentc-crypto-full = {git = "https://github.com/sentclose/sentc.git", rev="ad3a44c59bae5867c5a2a95a7f066890673904ca", default-features = false, features = ["rust", "rustls"]}
sentc-crypto-full = {git = "https://github.com/sentclose/sentc.git", rev="02c9cabc018a8c8d624da6e4805e766f09815bb0", default-features = false, features = ["rust", "rustls"]}
#sentc-crypto-full = {path = "../../sdk/crypto_full", default-features = false, features = ["rust", "rustls"]} # for local dev

sentc-crypto-light = {git = "https://github.com/sentclose/sentc.git", rev="ad3a44c59bae5867c5a2a95a7f066890673904ca", default-features = false, features = ["rust"]}
sentc-crypto-light = {git = "https://github.com/sentclose/sentc.git", rev="02c9cabc018a8c8d624da6e4805e766f09815bb0", default-features = false, features = ["rust"]}
#sentc-crypto-light = {path = "../../sdk/crypto_light", default-features = false, features = ["rust"]} # for local dev

sentc-crypto-light-full = {git = "https://github.com/sentclose/sentc.git", rev="ad3a44c59bae5867c5a2a95a7f066890673904ca", default-features = false, features = ["rust", "rustls"]}
sentc-crypto-light-full = {git = "https://github.com/sentclose/sentc.git", rev="02c9cabc018a8c8d624da6e4805e766f09815bb0", default-features = false, features = ["rust", "rustls"]}
#sentc-crypto-light-full = {path = "../../sdk/crypto_light_full", default-features = false, features = ["rust", "rustls"]} # for local dev

#_______________________________________________________________________________________________________________________
Expand Down

0 comments on commit 0e94082

Please sign in to comment.