You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

zerofrom

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zerofrom - cargo Package Compare versions

Comparing version
0.1.1
to
0.1.2
+1
-1
.cargo_vcs_info.json
{
"git": {
"sha1": "bb50cc9a00cbde008e6a8ef98655cf9b05e6dd6b"
"sha1": "cd80fbfd24ecc6e499fb5fc6bb8fcce6b14416f4"
},
"path_in_vcs": "utils/zerofrom"
}

@@ -13,5 +13,5 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO

[package]
edition = "2018"
edition = "2021"
name = "zerofrom"
version = "0.1.1"
version = "0.1.2"
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]

@@ -27,2 +27,3 @@ include = [

description = "ZeroFrom trait for constructing"
readme = "README.md"
keywords = [

@@ -41,4 +42,6 @@ "zerocopy",

repository = "https://github.com/unicode-org/icu4x"
resolver = "2"
[package.metadata.workspaces]
independent = true
[package.metadata.docs.rs]

@@ -48,3 +51,3 @@ all-features = true

[dependencies.zerofrom-derive]
version = "0.1.0"
version = "0.1.1"
optional = true

@@ -55,2 +58,2 @@

default = ["alloc"]
derive = ["zerofrom-derive"]
derive = ["dep:zerofrom-derive"]

Sorry, the diff of this file is not supported yet