Skip to content
Merged
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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rain-erc"
version = "0.0.0"
version = "0.1.0"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Sync Cargo.lock with the crate version bump.

After updating Cargo.toml at Line 3 to 0.1.0, Cargo.lock still pins rain-erc as 0.0.0 (see Cargo.lock snippet at lines 2459-2470). Please regenerate/update Cargo.lock in the same PR to avoid version drift during release and downstream reproducibility issues.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@Cargo.toml` at line 3, Cargo.toml's package version was bumped to "0.1.0" but
Cargo.lock still pins rain-erc at "0.0.0"; regenerate and commit an updated
Cargo.lock so the locked package version matches the crate version bump. Run
cargo generate-lockfile or cargo update (or cargo build) to refresh Cargo.lock,
verify the rain-erc entry now shows 0.1.0, and include the updated Cargo.lock in
the same PR.

edition = "2021"
description = "Provides ERC related utitlies in rust"
license = "CAL-1.0"
Expand Down
Loading