We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2d5a2 commit b0a17c1Copy full SHA for b0a17c1
scripts/releases/ios-prebuild/configuration.js
@@ -80,9 +80,9 @@ const dependencies /*: $ReadOnlyArray<Dependency> */ = [
80
},
81
{
82
name: 'fmt',
83
- version: '11.0.2',
+ version: '12.1.0',
84
url: new URL(
85
- 'https://github.com/fmtlib/fmt/archive/refs/tags/11.0.2.tar.gz',
+ 'https://github.com/fmtlib/fmt/archive/refs/tags/12.1.0.tar.gz',
86
),
87
files: {
88
sources: ['src/format.cc', 'include/fmt/*.h'],
0 commit comments