Release new version? #4

Closed
opened 2018-11-03 15:13:32 -07:00 by iceiix · 1 comment
iceiix commented 2018-11-03 15:13:32 -07:00 (Migrated from github.com)

Latest published version on https://crates.io/crates/simple_asn1 0.1.0 is from Dec 26th, 2017, could you publish a new version from the git repo?

Looking for a version with this commit https://github.com/acw/simple_asn1/pull/3 - upgrading the dependencies, because it has num 0.2.0 instead of num 0.1.0 (and the same minor version of the crate must be used in order to use num in the application and the dependency, allowing interoperability). For now I'm using the git version in my Cargo.toml:

simple_asn1 = { git = "https://github.com/acw/simple_asn1", rev = "823fc31f6f9ba0636207226901f46d50eb1fdd01" }
Latest published version on https://crates.io/crates/simple_asn1 0.1.0 is from Dec 26th, 2017, could you publish a new version from the git repo? Looking for a version with this commit https://github.com/acw/simple_asn1/pull/3 - upgrading the dependencies, because it has num 0.2.0 instead of num 0.1.0 (and the same minor version of the crate must be used in order to use `num` in the application and the dependency, allowing interoperability). For now I'm using the git version in my Cargo.toml: ```toml simple_asn1 = { git = "https://github.com/acw/simple_asn1", rev = "823fc31f6f9ba0636207226901f46d50eb1fdd01" } ```
acw commented 2018-11-04 15:35:45 -08:00 (Migrated from github.com)

Should be up as 0.2 now!

Should be up as 0.2 now!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: acw/simple_asn1#4