chore: default stdlib on new is 1.5.0

This commit is contained in:
rvcas 2023-08-16 13:24:10 -04:00
parent 0ff64e3bac
commit 6ecb3f08b0
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ impl Config {
owner: "aiken-lang".to_string(),
repo: "stdlib".to_string(),
},
version: "1.3.0".to_string(),
version: "1.5.0".to_string(),
source: Platform::Github,
}],
}