Skip to content

Commit

Permalink
Merge pull request #305 from saulecabrera/update-quickjs-version-config
Browse files Browse the repository at this point in the history
Use up to date version config in build.rs
  • Loading branch information
DelSkayn authored May 1, 2024
2 parents 1802be1 + 0448ac3 commit 53616f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ fn main() {

let mut defines = vec![
("_GNU_SOURCE".into(), None),
("CONFIG_VERSION".into(), Some("\"2020-01-19\"")),
("CONFIG_VERSION".into(), Some("\"2024-02-14\"")),
("CONFIG_BIGNUM".into(), None),
];

Expand Down

0 comments on commit 53616f9

Please sign in to comment.