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

refactor!: renamed crate to near-workspaces to avoid confusion with Cargo workspaces; imports should now use near_workspaces instead of just workspaces #318

Merged
merged 2 commits into from
Oct 4, 2023

Conversation

frol
Copy link
Collaborator

@frol frol commented Oct 4, 2023

No description provided.

…argo workspaces; imports should now use `near_workspaces` instead of just `workspaces`
@frol frol force-pushed the rename/near-workspaces-rs branch from 79db8eb to 20480d1 Compare October 4, 2023 21:48
@ChaoticTempest
Copy link
Member

@frol just wanted to let you know that we have the near package currently squatted on crates.io. It would be great if that package could directly link to all the other libraries too, just like a top level lib. Then we'd be able to do the following pretty nicely:

use near::workspaces; 
use near::sdk;
use near::json_rpc_client;

@frol
Copy link
Collaborator Author

frol commented Oct 4, 2023

@ChaoticTempest since rarely anyone want workspaces, sdk, and json_rpc_client in a single package, I don't think I will go that route, but I do remember about that package and I was planning to use it somehow...

@frol frol merged commit bc208e9 into main Oct 4, 2023
6 checks passed
@frol frol deleted the rename/near-workspaces-rs branch October 4, 2023 22:30
@frol frol mentioned this pull request Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants