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

Basic initialization #2

Merged
merged 3 commits into from
Nov 17, 2024
Merged

Basic initialization #2

merged 3 commits into from
Nov 17, 2024

Conversation

pdtfh
Copy link
Contributor

@pdtfh pdtfh commented Nov 14, 2024

  • Scaffold Rust workspace
  • Create a base walletkit-core package with a simple dummy function.
  • Set up basic CI

@@ -0,0 +1,5 @@
[toolchain]
channel = "1.82" # See Cargo.toml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's generally best practice to specify versions for increased consistency/reproducibility. not an expert in Rust, but following best practices from Orb software

@pdtfh pdtfh requested a review from m1guelpf November 15, 2024 07:22
@pdtfh pdtfh merged commit 326167c into main Nov 17, 2024
3 checks passed
@pdtfh pdtfh deleted the init branch November 17, 2024 16:41
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.

3 participants