Skip to content

Commit

Permalink
Merge pull request #39 from unicode-rs/up
Browse files Browse the repository at this point in the history
Bump to 0.2.5
  • Loading branch information
Manishearth authored Aug 19, 2024
2 parents 9342d8a + c101385 commit 607ba3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "unicode-xid"
version = "0.2.4"
version = "0.2.5"
authors = ["erick.tryzelaar <[email protected]>",
"kwantam <[email protected]>",
"Manish Goregaokar <[email protected]>"
Expand Down
8 changes: 4 additions & 4 deletions scripts/unicode.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@

import fileinput, re, os, sys

preamble = '''// Copyright 2012-2015 The Rust Project Developers. See the COPYRIGHT
preamble = '''// Copyright 2012-2024 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
// https://www.rust-lang.org/policies/licenses.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// https://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.
Expand Down

0 comments on commit 607ba3d

Please sign in to comment.