Skip to content

Commit

Permalink
🎉 Release 2.0.0-rc.11
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Apr 30, 2024
1 parent 029e296 commit 449d76d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "specta"
description = "Easily export your Rust types to other languages"
version = "2.0.0-rc.10"
version = "2.0.0-rc.11"
authors = ["Oscar Beaumont <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
5 changes: 1 addition & 4 deletions src/type_collection.rs
@@ -1,7 +1,4 @@
use std::{
borrow::{Borrow, Cow},
collections::HashMap,
};
use std::{borrow::Borrow, collections::HashMap};

use crate::{NamedDataType, NamedType, SpectaID, TypeMap};

Expand Down

0 comments on commit 449d76d

Please sign in to comment.