We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f60d51 commit 8159fecCopy full SHA for 8159fec
1 file changed
src/config.rs
@@ -6,7 +6,7 @@ use std::fs;
6
use std::io::BufReader;
7
use std::path::{Path, PathBuf};
8
9
-const DSA_DATA_NEWEST_VERSION: u64 = 4;
+const DSA_DATA_NEWEST_VERSION: u64 = 10;
10
11
mod default {
12
pub fn auto_update_dsa_data() -> bool {
0 commit comments