Displaying 7 results from an estimated 7 matches for "unrelesed".
Did you mean:
unreleased
2020 Jun 16
4
nbdkit rust plugin: copyright notices, Cargo workspace, and macro hygiene
2020 Jun 17
2
Re: nbdkit rust plugin: copyright notices, Cargo workspace, and macro hygiene
...1ec54241327e8daf8701ca Mon Sep 17 00:00:00 2001
>> From: Alan Somers <asomers@gmail.com>
>> Date: Mon, 15 Jun 2020 16:59:53 -0600
>> Subject: [PATCH 1/3] Add a Cargo.toml file to the top-level directory
>>
>> This is necessary for other Rust projects to depend on unrelesed
unreleased
>> versions of the nbdkit crate.
As a meta-comment, it's easier to review patches sent inline, one patch
per email, rather than multiple patches as opaque attachments to one
email; the difference being that I can immediately reply to the patch in
my mailer without having...
2020 Jun 17
2
Re: nbdkit rust plugin: copyright notices, Cargo workspace, and macro hygiene
...241327e8daf8701ca Mon Sep 17 00:00:00 2001
> > From: Alan Somers <asomers@gmail.com>
> > Date: Mon, 15 Jun 2020 16:59:53 -0600
> > Subject: [PATCH 1/3] Add a Cargo.toml file to the top-level directory
> >
> > This is necessary for other Rust projects to depend on unrelesed
> > versions of the nbdkit crate.
> > ---
> > Cargo.toml | 2 ++
> > 1 file changed, 2 insertions(+)
> > create mode 100644 Cargo.toml
> >
> > diff --git a/Cargo.toml b/Cargo.toml
> > new file mode 100644
> > index 00000000..f50a66b7
> >...
2020 Jun 17
0
Re: nbdkit rust plugin: copyright notices, Cargo workspace, and macro hygiene
...9fa3e443467e3c06761ec54241327e8daf8701ca Mon Sep 17 00:00:00 2001
> From: Alan Somers <asomers@gmail.com>
> Date: Mon, 15 Jun 2020 16:59:53 -0600
> Subject: [PATCH 1/3] Add a Cargo.toml file to the top-level directory
>
> This is necessary for other Rust projects to depend on unrelesed
> versions of the nbdkit crate.
> ---
> Cargo.toml | 2 ++
> 1 file changed, 2 insertions(+)
> create mode 100644 Cargo.toml
>
> diff --git a/Cargo.toml b/Cargo.toml
> new file mode 100644
> index 00000000..f50a66b7
> --- /dev/null
> +++ b/Cargo.toml
> @@ -0,0...
2020 Jun 17
0
Re: nbdkit rust plugin: copyright notices, Cargo workspace, and macro hygiene
...n Sep 17 00:00:00 2001
> >> From: Alan Somers <asomers@gmail.com>
> >> Date: Mon, 15 Jun 2020 16:59:53 -0600
> >> Subject: [PATCH 1/3] Add a Cargo.toml file to the top-level directory
> >>
> >> This is necessary for other Rust projects to depend on unrelesed
>
> unreleased
>
> >> versions of the nbdkit crate.
>
> As a meta-comment, it's easier to review patches sent inline, one patch
> per email, rather than multiple patches as opaque attachments to one
> email; the difference being that I can immediately reply to the...
2020 Jun 17
0
Re: nbdkit rust plugin: copyright notices, Cargo workspace, and macro hygiene
...17 00:00:00 2001
> > > From: Alan Somers <asomers@gmail.com>
> > > Date: Mon, 15 Jun 2020 16:59:53 -0600
> > > Subject: [PATCH 1/3] Add a Cargo.toml file to the top-level directory
> > >
> > > This is necessary for other Rust projects to depend on unrelesed
> > > versions of the nbdkit crate.
> > > ---
> > > Cargo.toml | 2 ++
> > > 1 file changed, 2 insertions(+)
> > > create mode 100644 Cargo.toml
> > >
> > > diff --git a/Cargo.toml b/Cargo.toml
> > > new file mode 100644
>...
2020 Jun 17
1
Re: nbdkit rust plugin: copyright notices, Cargo workspace, and macro hygiene
...t; > >> From: Alan Somers <asomers@gmail.com>
> > >> Date: Mon, 15 Jun 2020 16:59:53 -0600
> > >> Subject: [PATCH 1/3] Add a Cargo.toml file to the top-level directory
> > >>
> > >> This is necessary for other Rust projects to depend on unrelesed
> >
> > unreleased
> >
> > >> versions of the nbdkit crate.
> >
> > As a meta-comment, it's easier to review patches sent inline, one patch
> > per email, rather than multiple patches as opaque attachments to one
> > email; the difference be...