Skip to content

Commit

Permalink
Merge f1dd253 into ebd4985
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyr authored Sep 27, 2021
2 parents ebd4985 + f1dd253 commit e6175fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "norad"
version = "0.5.1"
version = "0.6.0"
authors = ["Colin Rofls <colin@cmyr.net>", "Nikolaus Waxweiler <madigens@gmail.com>"]
license = "MIT/Apache-2.0"
edition = "2018"
Expand Down
1 change: 1 addition & 0 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use crate::GlyphName;

/// Errors that occur while working with font objects.
#[derive(Debug)]
#[non_exhaustive]
pub enum Error {
/// An error returned when trying to save an UFO in anything less than the latest version.
DowngradeUnsupported,
Expand Down

0 comments on commit e6175fd

Please sign in to comment.