Skip to content

Commit

Permalink
fix inability to clone
Browse files Browse the repository at this point in the history
  • Loading branch information
TudbuT committed Nov 2, 2023
1 parent be1b465 commit 6c41a64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "micro_ndarray"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
repository = "https://github.com/tudbut/micro_ndarray"
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions src/array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ mod no_alloc {
use std::marker::PhantomData;

pub trait Allocator {}
#[derive(Clone, Copy)]
pub struct Global;
impl Allocator for Global {}

Expand Down

0 comments on commit 6c41a64

Please sign in to comment.