3 lines
172 B
Rust
3 lines
172 B
Rust
// Intentionally hardcoded. When you bump the version in Cargo.toml,
|
|
// tests will fail here until you update this to match.
|
|
pub const EXPECTED_VERSION: &str = "1.1.0-rc1"; |