chore: bump rvdna crate version to 0.3.0 for biomarker engine release

Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
rUv 2026-02-22 16:01:44 +00:00
parent f957eb7ea4
commit 2ae343967c
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -9485,7 +9485,7 @@ dependencies = [
[[package]]
name = "rvdna"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"anyhow",
"bincode 2.0.1",

View file

@ -1,8 +1,8 @@
[package]
name = "rvdna"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "rvDNA — AI-native genomic analysis and the .rvdna file format. Native 23andMe genotyping, pharmacogenomics (CYP2D6/CYP2C19), health variants, variant calling, protein prediction, and HNSW vector search in pure Rust with WASM support."
description = "rvDNA — AI-native genomic analysis. 20-SNP biomarker risk scoring, streaming anomaly detection, 64-dim profile vectors, 23andMe genotyping, CYP2D6/CYP2C19 pharmacogenomics, variant calling, protein prediction, and HNSW vector search in pure Rust."
license = "MIT"
repository = "https://github.com/ruvnet/ruvector"
homepage = "https://github.com/ruvnet/ruvector/tree/main/examples/dna"