Skip to content

Commit b0a17c1

Browse files
authored
Update fmt library version to 12.1.0
more to follow
1 parent 3a2d5a2 commit b0a17c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/releases/ios-prebuild/configuration.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ const dependencies /*: $ReadOnlyArray<Dependency> */ = [
8080
},
8181
{
8282
name: 'fmt',
83-
version: '11.0.2',
83+
version: '12.1.0',
8484
url: new URL(
85-
'https://github.com/fmtlib/fmt/archive/refs/tags/11.0.2.tar.gz',
85+
'https://github.com/fmtlib/fmt/archive/refs/tags/12.1.0.tar.gz',
8686
),
8787
files: {
8888
sources: ['src/format.cc', 'include/fmt/*.h'],

0 commit comments

Comments
 (0)