Skip to content

chore: remove [patch.crates-io] and publish to crates.io #1

Description

@yeongseon

Summary

Remove the [patch.crates-io] section from Cargo.toml and publish sea-orm-cubrid to crates.io.

Current State

Cargo.toml has:

[patch.crates-io]
cubrid-protocol = { git = "https://github.com/cubrid-labs/cubrid-rs", package = "cubrid-protocol" }
cubrid-client = { git = "https://github.com/cubrid-labs/cubrid-rs", package = "cubrid-client" }
cubrid-tokio = { git = "https://github.com/cubrid-labs/cubrid-rs", package = "cubrid-tokio" }

Prerequisites

Steps

  1. Remove [patch.crates-io] section from Cargo.toml
  2. Run cargo test to verify it builds against crates.io versions
  3. cargo publish

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions