randombit/botan-rs

Fix versioning

randombit opened this issue · 0 comments

  • botan should probably be 1.0 now
  • botan-sys should no longer be tied to botan's versioning, since we never expect to make any incompatible change to the C++ FFI layer (at least not for a long time), so changes to botan-sys should always be additive. I think something like 1.YYYYMMDD works.