Code Monkey home page Code Monkey logo

Comments (8)

Peternator7 avatar Peternator7 commented on May 11, 2024 5

@mandrean , Version 0.16 is published :)

from strum.

Peternator7 avatar Peternator7 commented on May 11, 2024 3

from strum.

mandrean avatar mandrean commented on May 11, 2024

@Peternator7

image

Actually I'm a bit blocked now in one of my own projejcts! What do you think, could you help a brother out and publish v0.16.0? 😄

from strum.

ahmed-masud avatar ahmed-masud commented on May 11, 2024

Until he's published it, my suggestion would be to pull it in and use crates.io-patch

from strum.

mandrean avatar mandrean commented on May 11, 2024

@ahmed-masud Building locally is fine with git + rev. I've also gotten [replace] and [patch.crates-io] working locally (separately)

But are you sure that one can publish a crate to Crates.io if the dependency is a replace or patch pointing at a git branch or revision?

I just couldn't get publishing working. I've tried all kinds of permutations, like:

[dependencies]
...
strum = "0.15.0"
strum_macros = "0.15.0"
url = "2.1.0"

[replace]
"strum:0.16.0" = { git = "https://github.com/Peternator7/strum", branch = "refactor" }
"strum_macros:0.15.0" = { git = "https://github.com/Peternator7/strum", branch = "refactor" }

and

[dependencies]
...
strum = "0.15.0"
strum_macros = "0.15.0"

[patch.crates-io]
"strum" = { git = "https://github.com/Peternator7/strum", branch = "refactor" }
"strum_macros" = { git = "https://github.com/Peternator7/strum", branch = "refactor" }

from strum.

mandrean avatar mandrean commented on May 11, 2024

Awesome 😄 Enjoy your honeymoon @Peternator7

from strum.

killercup avatar killercup commented on May 11, 2024

Enjoy your honeymoon!

(Found this issue when I wanted to ask for a new release, too. Also: If you need someone to help you maintain this crate, let me know!)

from strum.

mandrean avatar mandrean commented on May 11, 2024

Awesome! Thanks 😄

from strum.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.