Skip to content

Commit

Permalink
Updated CHANGELOG.md & fixed formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
pellico committed Feb 10, 2023
1 parent 01e0807 commit 480c301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

- Bump MSRV to 1.64
- Fix dangling implicit derives
- Fix escaping <> and & characters in doc attributes

## [v0.28.0] - 2022-12-25

Expand Down
2 changes: 1 addition & 1 deletion src/util.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
use std::borrow::Cow;

use crate::svd::{Access, Device, DimElement, Field, RegisterInfo, RegisterProperties};
use html_escape::encode_text_minimal;
use inflections::Inflect;
use proc_macro2::{Ident, Span, TokenStream};
use quote::quote;
use std::collections::HashSet;
use std::path::{Path, PathBuf};
use svd_rs::{MaybeArray, Peripheral, PeripheralInfo};
use html_escape::encode_text_minimal;

use syn::{
punctuated::Punctuated, token::Colon2, AngleBracketedGenericArguments, GenericArgument, Lit,
Expand Down

0 comments on commit 480c301

Please sign in to comment.