Reproducible builds
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 194
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 2
Description
Hi! This issue is about getting Kiss to compile without worrying about Cargo dependencies. I have two suggestions:
1. Use `"rev"` in the dependency sections of `Cargo.toml` to pull in the specific versions of dependencies that work with the current revision of Kiss.
2. Tag stable revisions of Kiss with git tags. Use semantic versioning like `v1.1.5`.
Keep up the great work! :+1:
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the dependency sections in Cargo.toml and how this repository currently records stable revisions. Check the existing release and tagging practice before deciding how the requested revisions and semantic-version tags should be represented. Done means dependencies resolve to specific working revisions and stable Kiss revisions are tagged with the requested versioning convention.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, release
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100