Make BigInt and BigUint public use #8

Merged
Fensteer merged 1 commits from public-ressources into master 2019-03-26 10:22:59 -07:00
Fensteer commented 2019-03-20 05:53:39 -07:00 (Migrated from github.com)

To avoid having version problems with the dependency num-bigint, I think it would be better to export BigInt and BigUint from library to have the same version in the library and in the developer code.

So, in the code we can simply import without any version trouble with :
use simple_asn1::BigUint;

To avoid having version problems with the dependency num-bigint, I think it would be better to export BigInt and BigUint from library to have the same version in the library and in the developer code. So, in the code we can simply import without any version trouble with : `use simple_asn1::BigUint;`
acw commented 2019-03-26 10:23:22 -07:00 (Migrated from github.com)

Makes sense. Included into master; do you need/want me to roll a point release and push it to crates?

Makes sense. Included into master; do you need/want me to roll a point release and push it to crates?
Fensteer commented 2019-03-27 08:23:43 -07:00 (Migrated from github.com)

Yes please I would like a release in crates, it would simplify my job. Thank you again!

Yes please I would like a release in crates, it would simplify my job. Thank you again!
acw commented 2019-03-27 09:07:44 -07:00 (Migrated from github.com)

Should be up as 0.3.1!

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

No dependencies set.

Reference: acw/simple_asn1#8