kiss3d icon indicating copy to clipboard operation
kiss3d copied to clipboard

Reproducible builds

Open sbward opened this issue 9 years ago • 3 comments

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:

sbward avatar Nov 28 '14 07:11 sbward

Update: Since Rust itself is changing, I see the value in using latest dependencies automatically. Maybe this issue will make more sense once the API is stable.

sbward avatar Nov 28 '14 08:11 sbward

Update: Since Rust itself is changing, I see the value in using latest dependencies automatically.

Yes, I prefer to wait for Rust to reach 1.0 before doing all that. Especially because a change in the Rust API may imply significant changes in the Kiss3d API (enforcing a major version increment).

sebcrozet avatar Nov 28 '14 09:11 sebcrozet

This issue appears obsolete, recommend closing

paulirotta avatar Dec 17 '17 09:12 paulirotta