Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ref #107

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -766,8 +766,8 @@ packages:
dependency: "direct main"
description:
path: "packages/tfchain_client"
ref: main_fix_urls
resolved-ref: d5204d4a5af4f1fbf80334db8039e17f9e323161
ref: main
resolved-ref: dd4eaec9c720c3b083f8f16e2a58799046e02ad8
url: "https://github.com/threefoldtech/tfgrid-sdk-dart.git"
source: git
version: "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ dependencies:
tfchain_client:
git:
url: https://github.com/threefoldtech/tfgrid-sdk-dart.git
ref: main_fix_urls
ref: main
path: packages/tfchain_client
version: any
Loading