This repository was archived by the owner on Jan 13, 2025. It is now read-only.
Releases: solana-labs/libra
Releases · solana-labs/libra
Bump ed25519-dalek version to 1.0.0-pre.3
v0.0.1-sol5 Disable metrics_service, cannot publish with grpcio dependency
Fix dependencies
Fix dependencies and bump version (#48) * Fix dependencies * Bump version number to 0.0.1-sol4
Fix package names
Fix package names and bump version (#47) * Fix package names * Bump version number to 0.0.1-sol3
Mark Packages Publishable
v0.0.1-sol2 Bump version number to 0.0.1-sol2 (#46)
Update to newer libra branch
v0.0.1-sol Bump version number to 0.0.1-sol (#44)
Improve handling of generated code
- Code generated by lalrpop is no longer checked in to the source code
- small stabilization and security fixes
Disable Automatic lalrpop build
Disable automatic generation of code by lalrpop and check in generated code. This enables publishing the solana_libra_ir_to_bytecode_syntax crate.
Repackage for release
Repackage for release
v0.0.0-sol13.2: Fix test suite and add missing protobuf code (#18)
Cargo bug, can't use "package =" renaming to rename the current crate, so all the integration tests need to alias the crate in its import list. Also added missing auto-generated protobuf file.
v0.0.0-sol13.1
Lock protobuf version to 2.8.0 (#17)