Skip to content

Commit

Permalink
Update ICU to 72.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaJewson committed Apr 15, 2023
1 parent 941bee3 commit 01890c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
uses: "actions/checkout@v3",
with: {
repository: "unicode-org/icu",
ref: "release-71-1",
ref: "release-72-1",
path: "icu",
},
},
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Therefore I recommend defining a wrapper script at `~/.local/bin/rofi-bw`:

```sh
#!/bin/sh
ICU_DATA=/usr/share/icu/71.1 exec /usr/local/bin/rofi-bw "$@"
ICU_DATA=/usr/share/icu/72.1 exec /usr/local/bin/rofi-bw "$@"
```

### From source
Expand Down

0 comments on commit 01890c1

Please sign in to comment.